#19375F

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

Shades of Catalina Blue #19375F

Tints of Catalina Blue #19375F

Color information

#19375F (or 0x19375F) is unknown color: approx Catalina Blue. HEX triplet: 19, 37 and 5F. RGB value is (25,55,95). Sum of RGB (Red+Green+Blue) = 25+55+95=175 (23% of max value = 765). Red value is 25 (10.16% from 255 or 14.29% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 95 (37.5% from 255 or 54.29% from 175); Max value from RGB is 95 - color contains mainly: blue. Hex color #19375F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19375F is #E6C8A0. Grayscale: #323232. Windows color (decimal): -15124641 or 6240025. OLE color: 6240025.

HSL color Cylindrical-coordinate representation of color #19375F: hue angle of 214.29º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #19375F is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB255595-
CMYK0.740.4200.63
HSL214.29º58.33%23.53%-
HSV(B)214.29º73.68%37.25%-
XYZ3.833.7711.35-
YUV50.59153.06109.75-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 14.29%
GREEN value IS 55 (21.88% from 255) = 31.43%
BLUE value IS 95 (37.5% from 255) = 54.29%
R=14.29%
G=31.43%
B=54.29%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2555950.740.4200.63214.2958.3323.53
Hex19375F4A2A03Fd63a18
Octal3167137112520773267230
Binary110011101111011111100101010101001111111101011011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19375F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19375F; }

 p { color: rgb(25,55,95); }

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

<style>
 a { background-color: #19375F; }

 a { background-color: rgb(25,55,95); }

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

<style>
 span { border-color: #19375F; }

 span { border-color: rgb(25,55,95); }

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