Html Css Color HEX #19386A Catalina Blue

📋 copy color: '#19386A'

red 25 ◦ green 56 ◦ blue 106

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

Shades of Catalina Blue #19386A

Tints of Catalina Blue #19386A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 56.68%

R = 13.37%
G = 29.95%
B = 56.68%

CMYK

 C value IS 0.76

 M value IS 0.47

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#19386A (or 0x19386A) is known color: Catalina Blue. HEX triplet: 19, 38 and 6A. RGB value is (25,56,106). Sum of RGB (Red+Green+Blue) = 25+56+106=187 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.37% from 187); Green value is 56 (22.27% from 255 or 29.95% from 187); Blue value is 106 (41.80% from 255 or 56.68% from 187); Max value from RGB is 106 - color contains mainly: blue. Hex color #19386A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19386A is #E6C795. Grayscale: #343434. Windows color (decimal): -15124374 or 6961177. OLE color: 6961177.

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

Color convert

RGB 25 56 106 -
CMYK 0.76 0.47 0 0.58
HSL 217.04º 0.62% 0.26% -
HSV(B) 217.04º 0.76% 0.42% -
XYZ 4.42 4.08 14.19 -
YUV 52.43 158.23 108.43 -
System Red Green Blue C M Y K H S L
Decimal 25 56 106 0.76 0.47 0 0.58 217.04 0.62 0.26
Hex 19 38 6A 4C 2F 0 3A D9 3E 1A
Octal 31 70 152 114 57 0 72 331 76 32
Binary 11001 111000 1101010 1001100 101111 0 111010 11011001 111110 11010

Color Harmonies of #19386A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19386A

Black with #19386A

Text Example


Text Example

White with #19386A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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