#19396C

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

Shades of Catalina Blue #19396C

Tints of Catalina Blue #19396C

Color information

#19396C (or 0x19396C) is unknown color: approx Catalina Blue. HEX triplet: 19, 39 and 6C. RGB value is (25,57,108). Sum of RGB (Red+Green+Blue) = 25+57+108=190 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.16% from 190); Green value is 57 (22.66% from 255 or 30% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #19396C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19396C is #E6C693. Grayscale: #353535. Windows color (decimal): -15124116 or 7092505. OLE color: 7092505.

HSL color Cylindrical-coordinate representation of color #19396C: hue angle of 216.87º degrees, saturation: 0.62, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19396C is Cyan = 0.77, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2557108-
CMYK0.770.4700.58
HSL216.87º62.41%26.08%-
HSV(B)216.87º76.85%42.35%-
XYZ4.574.2214.76-
YUV53.25158.9107.85-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 13.16%
GREEN value IS 57 (22.66% from 255) = 30%
BLUE value IS 108 (42.58% from 255) = 56.84%
R=13.16%
G=30%
B=56.84%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal25571080.770.4700.58216.8762.4126.08
Hex19396C4D2F03Ad93e1a
Octal3171154115570723317632
Binary110011110011101100100110110111101110101101100111111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #19396C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #19396C; }

 p { color: rgb(25,57,108); }

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

<style>
 a { background-color: #19396C; }

 a { background-color: rgb(25,57,108); }

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

<style>
 span { border-color: #19396C; }

 span { border-color: rgb(25,57,108); }

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