#192C58

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

Shades of Catalina Blue #192C58

Tints of Catalina Blue #192C58

Color information

#192C58 (or 0x192C58) is unknown color: approx Catalina Blue. HEX triplet: 19, 2C and 58. RGB value is (25,44,88). Sum of RGB (Red+Green+Blue) = 25+44+88=157 (20% of max value = 765). Red value is 25 (10.16% from 255 or 15.92% from 157); Green value is 44 (17.58% from 255 or 28.03% from 157); Blue value is 88 (34.77% from 255 or 56.05% from 157); Max value from RGB is 88 - color contains mainly: blue. Hex color #192C58 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #192C58 is #E6D3A7. Grayscale: #2B2B2B. Windows color (decimal): -15127464 or 5778457. OLE color: 5778457.

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

Color convert

RGB254488-
CMYK0.720.500.65
HSL221.9º55.75%22.16%-
HSV(B)221.9º71.59%34.51%-
XYZ3.062.719.59-
YUV43.33153.21114.92-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 15.92%
GREEN value IS 44 (17.58% from 255) = 28.03%
BLUE value IS 88 (34.77% from 255) = 56.05%
R=15.92%
G=28.03%
B=56.05%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2544880.720.500.65221.955.7522.16
Hex192C584832041de3816
Octal31541301106201013367026
Binary1100110110010110001001000110010010000011101111011100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #192C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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