#192D54

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

Shades of Catalina Blue #192D54

Tints of Catalina Blue #192D54

Color information

#192D54 (or 0x192D54) is unknown color: approx Catalina Blue. HEX triplet: 19, 2D and 54. RGB value is (25,45,84). Sum of RGB (Red+Green+Blue) = 25+45+84=154 (20% of max value = 765). Red value is 25 (10.16% from 255 or 16.23% from 154); Green value is 45 (17.97% from 255 or 29.22% from 154); Blue value is 84 (33.20% from 255 or 54.55% from 154); Max value from RGB is 84 - color contains mainly: blue. Hex color #192D54 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192D54 is #E6D2AB. Grayscale: #2B2B2B. Windows color (decimal): -15127212 or 5516569. OLE color: 5516569.

HSL color Cylindrical-coordinate representation of color #192D54: hue angle of 219.66º degrees, saturation: 0.54, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #192D54 is Cyan = 0.70, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB254584-
CMYK0.700.4600.67
HSL219.66º54.13%21.37%-
HSV(B)219.66º70.24%32.94%-
XYZ2.942.728.76-
YUV43.47150.87114.83-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 16.23%
GREEN value IS 45 (17.97% from 255) = 29.22%
BLUE value IS 84 (33.20% from 255) = 54.55%
R=16.23%
G=29.22%
B=54.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal2545840.700.4600.67219.6654.1321.37
Hex192D54462E043dc3615
Octal31551241065601033346625
Binary1100110110110101001000110101110010000111101110011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192D54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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