Html Css Color HEX #19396C Catalina Blue

📋 copy color: '#19396C'

red 25 ◦ green 57 ◦ blue 108

#19396C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Catalina Blue #19396C

Tints of Catalina Blue #19396C

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 value IS 0.77

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#19396C (or 0x19396C) is known color: 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

RGB 25 57 108 -
CMYK 0.77 0.47 0 0.58
HSL 216.87º 0.62% 0.26% -
HSV(B) 216.87º 0.77% 0.42% -
XYZ 4.57 4.22 14.76 -
YUV 53.25 158.9 107.85 -
System Red Green Blue C M Y K H S L
Decimal 25 57 108 0.77 0.47 0 0.58 216.87 0.62 0.26
Hex 19 39 6C 4D 2F 0 3A D9 3E 1A
Octal 31 71 154 115 57 0 72 331 76 32
Binary 11001 111001 1101100 1001101 101111 0 111010 11011001 111110 11010

Color Harmonies of #19396C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19396C

Black with #19396C

Text Example


Text Example

White with #19396C

Text Example


Text Example

HTML Codes & Css Web 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>