#192E5C

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

Shades of Catalina Blue #192E5C

Tints of Catalina Blue #192E5C

Color information

#192E5C (or 0x192E5C) is unknown color: approx Catalina Blue. HEX triplet: 19, 2E and 5C. RGB value is (25,46,92). Sum of RGB (Red+Green+Blue) = 25+46+92=163 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.34% from 163); Green value is 46 (18.36% from 255 or 28.22% from 163); Blue value is 92 (36.33% from 255 or 56.44% from 163); Max value from RGB is 92 - color contains mainly: blue. Hex color #192E5C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192E5C is #E6D1A3. Grayscale: #2C2C2C. Windows color (decimal): -15126948 or 6041113. OLE color: 6041113.

HSL color Cylindrical-coordinate representation of color #192E5C: hue angle of 221.19º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #192E5C is Cyan = 0.73, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB254692-
CMYK0.730.5000.64
HSL221.19º57.26%22.94%-
HSV(B)221.19º72.83%36.08%-
XYZ3.312.9310.52-
YUV44.96154.54113.76-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.34%
GREEN value IS 46 (18.36% from 255) = 28.22%
BLUE value IS 92 (36.33% from 255) = 56.44%
R=15.34%
G=28.22%
B=56.44%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2546920.730.5000.64221.1957.2622.94
Hex192E5C4932040dd3917
Octal31561341116201003357127
Binary1100110111010111001001001110010010000001101110111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192E5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(25,46,92); }

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

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

 a { background-color: rgb(25,46,92); }

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

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

 span { border-color: rgb(25,46,92); }

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