#192F57

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

Shades of Catalina Blue #192F57

Tints of Catalina Blue #192F57

Color information

#192F57 (or 0x192F57) is unknown color: approx Catalina Blue. HEX triplet: 19, 2F and 57. RGB value is (25,47,87). Sum of RGB (Red+Green+Blue) = 25+47+87=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 47 (18.75% from 255 or 29.56% from 159); Blue value is 87 (34.38% from 255 or 54.72% from 159); Max value from RGB is 87 - color contains mainly: blue. Hex color #192F57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192F57 is #E6D0A8. Grayscale: #2C2C2C. Windows color (decimal): -15126697 or 5713689. OLE color: 5713689.

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

Color convert

RGB254787-
CMYK0.710.4600.66
HSL218.71º55.36%21.96%-
HSV(B)218.71º71.26%34.12%-
XYZ3.142.939.42-
YUV44.98151.71113.75-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.72%
GREEN value IS 47 (18.75% from 255) = 29.56%
BLUE value IS 87 (34.38% from 255) = 54.72%
R=15.72%
G=29.56%
B=54.72%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2547870.710.4600.66218.7155.3621.96
Hex192F57472E042db3716
Octal31571271075601023336726
Binary1100110111110101111000111101110010000101101101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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