Html Css Color HEX #19386B Catalina Blue

📋 copy color: '#19386B'

red 25 ◦ green 56 ◦ blue 107

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

Shades of Catalina Blue #19386B

Tints of Catalina Blue #19386B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 56.91%

R = 13.3%
G = 29.79%
B = 56.91%

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

#19386B (or 0x19386B) is known color: Catalina Blue. HEX triplet: 19, 38 and 6B. RGB value is (25,56,107). Sum of RGB (Red+Green+Blue) = 25+56+107=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 56 (22.27% from 255 or 29.79% from 188); Blue value is 107 (42.19% from 255 or 56.91% from 188); Max value from RGB is 107 - color contains mainly: blue. Hex color #19386B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19386B is #E6C794. Grayscale: #343434. Windows color (decimal): -15124373 or 7026713. OLE color: 7026713.

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

Color convert

RGB 25 56 107 -
CMYK 0.77 0.48 0 0.58
HSL 217.32º 0.62% 0.26% -
HSV(B) 217.32º 0.77% 0.42% -
XYZ 4.47 4.1 14.47 -
YUV 52.55 158.73 108.35 -
System Red Green Blue C M Y K H S L
Decimal 25 56 107 0.77 0.48 0 0.58 217.32 0.62 0.26
Hex 19 38 6B 4D 30 0 3A D9 3E 1A
Octal 31 70 153 115 60 0 72 331 76 32
Binary 11001 111000 1101011 1001101 110000 0 111010 11011001 111110 11010

Color Harmonies of #19386B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19386B

Black with #19386B

Text Example


Text Example

White with #19386B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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