Html Css Color HEX #19386C Catalina Blue

📋 copy color: '#19386C'

red 25 ◦ green 56 ◦ blue 108

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

Shades of Catalina Blue #19386C

Tints of Catalina Blue #19386C

RGB

 RED value IS 25 (10.16% from 255) = 13.23%

 GREEN value IS 56 (22.27% from 255) = 29.63%

 BLUE value IS 108 (42.58% from 255) = 57.14%

R = 13.23%
G = 29.63%
B = 57.14%

CMYK

 C value IS 0.77

 M value IS 0.48

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#19386C (or 0x19386C) is known color: Catalina Blue. HEX triplet: 19, 38 and 6C. RGB value is (25,56,108). Sum of RGB (Red+Green+Blue) = 25+56+108=189 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.23% from 189); Green value is 56 (22.27% from 255 or 29.63% from 189); Blue value is 108 (42.58% from 255 or 57.14% from 189); Max value from RGB is 108 - color contains mainly: blue. Hex color #19386C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19386C is #E6C793. Grayscale: #343434. Windows color (decimal): -15124372 or 7092249. OLE color: 7092249.

HSL color Cylindrical-coordinate representation of color #19386C: hue angle of 217.59º 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 #19386C is Cyan = 0.77, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 25 56 108 -
CMYK 0.77 0.48 0 0.58
HSL 217.59º 0.62% 0.26% -
HSV(B) 217.59º 0.77% 0.42% -
XYZ 4.52 4.12 14.74 -
YUV 52.66 159.23 108.27 -
System Red Green Blue C M Y K H S L
Decimal 25 56 108 0.77 0.48 0 0.58 217.59 0.62 0.26
Hex 19 38 6C 4D 30 0 3A DA 3E 1A
Octal 31 70 154 115 60 0 72 332 76 32
Binary 11001 111000 1101100 1001101 110000 0 111010 11011010 111110 11010

Color Harmonies of #19386C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19386C

Black with #19386C

Text Example


Text Example

White with #19386C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #19386C;
 }
 .AnyTagClassName
 {
   color: #19386C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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