#193468

Color #193468 Catalina Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Catalina Blue #193468

Tints of Catalina Blue #193468

Color information

#193468 (or 0x193468) is unknown color: approx Catalina Blue. HEX triplet: 19, 34 and 68. RGB value is (25,52,104). Sum of RGB (Red+Green+Blue) = 25+52+104=181 (23% of max value = 765). Red value is 25 (10.16% from 255 or 13.81% from 181); Green value is 52 (20.70% from 255 or 28.73% from 181); Blue value is 104 (41.02% from 255 or 57.46% from 181); Max value from RGB is 104 - color contains mainly: blue. Hex color #193468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #193468 is #E6CB97. Grayscale: #313131. Windows color (decimal): -15125400 or 6829081. OLE color: 6829081.

HSL color Cylindrical-coordinate representation of color #193468: hue angle of 219.49º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #193468 is Cyan = 0.76, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2552104-
CMYK0.760.5000.59
HSL219.49º61.24%25.29%-
HSV(B)219.49º75.96%40.78%-
XYZ4.133.6613.59-
YUV49.86158.55110.27-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 25 (10.16% from 255) = 13.81%
GREEN value IS 52 (20.70% from 255) = 28.73%
BLUE value IS 104 (41.02% from 255) = 57.46%
R=13.81%
G=28.73%
B=57.46%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal25521040.760.5000.59219.4961.2425.29
Hex1934684C3203Bdb3d19
Octal3164150114620733337531
Binary110011101001101000100110011001001110111101101111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #193468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #193468; }

 p { color: rgb(25,52,104); }

 H1.HeaderClassName
 {
   color: #193468;
 }
 .AnyTagClassName
 {
   color: #193468;
 }
</style>
background-color css

<style>
 a { background-color: #193468; }

 a { background-color: rgb(25,52,104); }

 div.DivClassName
 {
   background-color: #193468;
 }
 .BgClassName
 {
   background-color: #193468;
 }
</style>
border-color css

<style>
 span { border-color: #193468; }

 span { border-color: rgb(25,52,104); }

 td.TdClassName
 {
   border-color: #193468;
 }
 .TagClassName
 {
   border-color: #193468;
 }
</style>