#192F56

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

Shades of Catalina Blue #192F56

Tints of Catalina Blue #192F56

Color information

#192F56 (or 0x192F56) is unknown color: approx Catalina Blue. HEX triplet: 19, 2F and 56. RGB value is (25,47,86). Sum of RGB (Red+Green+Blue) = 25+47+86=158 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.82% from 158); Green value is 47 (18.75% from 255 or 29.75% from 158); Blue value is 86 (33.98% from 255 or 54.43% from 158); Max value from RGB is 86 - color contains mainly: blue. Hex color #192F56 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192F56 is #E6D0A9. Grayscale: #2C2C2C. Windows color (decimal): -15126698 or 5648153. OLE color: 5648153.

HSL color Cylindrical-coordinate representation of color #192F56: hue angle of 218.36º 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 #192F56 is Cyan = 0.71, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB254786-
CMYK0.710.4500.66
HSL218.36º54.95%21.76%-
HSV(B)218.36º70.93%33.73%-
XYZ3.12.919.2-
YUV44.87151.21113.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.82%
GREEN value IS 47 (18.75% from 255) = 29.75%
BLUE value IS 86 (33.98% from 255) = 54.43%
R=15.82%
G=29.75%
B=54.43%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2547860.710.4500.66218.3654.9521.76
Hex192F56472D042da3716
Octal31571261075501023326726
Binary1100110111110101101000111101101010000101101101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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