#192D57

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

Shades of Catalina Blue #192D57

Tints of Catalina Blue #192D57

Color information

#192D57 (or 0x192D57) is unknown color: approx Catalina Blue. HEX triplet: 19, 2D and 57. RGB value is (25,45,87). Sum of RGB (Red+Green+Blue) = 25+45+87=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 87 (34.38% from 255 or 55.41% from 157); Max value from RGB is 87 - color contains mainly: blue. Hex color #192D57 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192D57 is #E6D2A8. Grayscale: #2B2B2B. Windows color (decimal): -15127209 or 5713177. OLE color: 5713177.

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

Color convert

RGB254587-
CMYK0.710.4800.66
HSL220.65º55.36%21.96%-
HSV(B)220.65º71.26%34.12%-
XYZ3.062.779.39-
YUV43.81152.37114.58-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.92%
GREEN value IS 45 (17.97% from 255) = 28.66%
BLUE value IS 87 (34.38% from 255) = 55.41%
R=15.92%
G=28.66%
B=55.41%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal2545870.710.4800.66220.6555.3621.96
Hex192D574730042dd3716
Octal31551271076001023356726
Binary1100110110110101111000111110000010000101101110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192D57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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