#192D59

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

Shades of Catalina Blue #192D59

Tints of Catalina Blue #192D59

Color information

#192D59 (or 0x192D59) is unknown color: approx Catalina Blue. HEX triplet: 19, 2D and 59. RGB value is (25,45,89). Sum of RGB (Red+Green+Blue) = 25+45+89=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 45 (17.97% from 255 or 28.30% from 159); Blue value is 89 (35.16% from 255 or 55.97% from 159); Max value from RGB is 89 - color contains mainly: blue. Hex color #192D59 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192D59 is #E6D2A6. Grayscale: #2B2B2B. Windows color (decimal): -15127207 or 5844249. OLE color: 5844249.

HSL color Cylindrical-coordinate representation of color #192D59: hue angle of 221.25º degrees, saturation: 0.56, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #192D59 is Cyan = 0.72, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB254589-
CMYK0.720.4900.65
HSL221.25º56.14%22.35%-
HSV(B)221.25º71.91%34.9%-
XYZ3.142.89.83-
YUV44.04153.37114.42-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.72%
GREEN value IS 45 (17.97% from 255) = 28.30%
BLUE value IS 89 (35.16% from 255) = 55.97%
R=15.72%
G=28.30%
B=55.97%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2545890.720.4900.65221.2556.1422.35
Hex192D594831041dd3816
Octal31551311106101013357026
Binary1100110110110110011001000110001010000011101110111100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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