#192E58

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

Shades of Catalina Blue #192E58

Tints of Catalina Blue #192E58

Color information

#192E58 (or 0x192E58) is unknown color: approx Catalina Blue. HEX triplet: 19, 2E and 58. RGB value is (25,46,88). Sum of RGB (Red+Green+Blue) = 25+46+88=159 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.72% from 159); Green value is 46 (18.36% from 255 or 28.93% from 159); Blue value is 88 (34.77% from 255 or 55.35% from 159); Max value from RGB is 88 - color contains mainly: blue. Hex color #192E58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192E58 is #E6D1A7. Grayscale: #2C2C2C. Windows color (decimal): -15126952 or 5778969. OLE color: 5778969.

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

Color convert

RGB254688-
CMYK0.720.4800.65
HSL220º55.75%22.16%-
HSV(B)220º71.59%34.51%-
XYZ3.142.879.62-
YUV44.51152.54114.08-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.72%
GREEN value IS 46 (18.36% from 255) = 28.93%
BLUE value IS 88 (34.77% from 255) = 55.35%
R=15.72%
G=28.93%
B=55.35%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2546880.720.4800.6522055.7522.16
Hex192E584830041dc3816
Octal31561301106001013347026
Binary1100110111010110001001000110000010000011101110011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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