#192F55

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

Shades of Catalina Blue #192F55

Tints of Catalina Blue #192F55

Color information

#192F55 (or 0x192F55) is unknown color: approx Catalina Blue. HEX triplet: 19, 2F and 55. RGB value is (25,47,85). Sum of RGB (Red+Green+Blue) = 25+47+85=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 47 (18.75% from 255 or 29.94% from 157); Blue value is 85 (33.59% from 255 or 54.14% from 157); Max value from RGB is 85 - color contains mainly: blue. Hex color #192F55 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192F55 is #E6D0AA. Grayscale: #2C2C2C. Windows color (decimal): -15126699 or 5582617. OLE color: 5582617.

HSL color Cylindrical-coordinate representation of color #192F55: hue angle of 218º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #192F55 is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB254785-
CMYK0.710.4500.67
HSL218º54.55%21.57%-
HSV(B)218º70.59%33.33%-
XYZ3.062.98.99-
YUV44.75150.71113.91-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.92%
GREEN value IS 47 (18.75% from 255) = 29.94%
BLUE value IS 85 (33.59% from 255) = 54.14%
R=15.92%
G=29.94%
B=54.14%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2547850.710.4500.6721854.5521.57
Hex192F55472D043da3716
Octal31571251075501033326726
Binary1100110111110101011000111101101010000111101101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #192F55; }

 p { color: rgb(25,47,85); }

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

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

 a { background-color: rgb(25,47,85); }

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

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

 span { border-color: rgb(25,47,85); }

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