Html Css Color HEX #19386F Catalina Blue

📋 copy color: '#19386F'

red 25 ◦ green 56 ◦ blue 111

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

Shades of Catalina Blue #19386F

Tints of Catalina Blue #19386F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 57.81%

R = 13.02%
G = 29.17%
B = 57.81%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#19386F (or 0x19386F) is known color: Catalina Blue. HEX triplet: 19, 38 and 6F. RGB value is (25,56,111). Sum of RGB (Red+Green+Blue) = 25+56+111=192 (25% of max value = 765). Red value is 25 (10.16% from 255 or 13.02% from 192); Green value is 56 (22.27% from 255 or 29.17% from 192); Blue value is 111 (43.75% from 255 or 57.81% from 192); Max value from RGB is 111 - color contains mainly: blue. Hex color #19386F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19386F is #E6C790. Grayscale: #343434. Windows color (decimal): -15124369 or 7288857. OLE color: 7288857.

HSL color Cylindrical-coordinate representation of color #19386F: hue angle of 218.37º degrees, saturation: 0.63, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19386F is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 25 56 111 -
CMYK 0.77 0.50 0 0.56
HSL 218.37º 0.63% 0.27% -
HSV(B) 218.37º 0.77% 0.44% -
XYZ 4.68 4.18 15.6 -
YUV 53 160.73 108.03 -
System Red Green Blue C M Y K H S L
Decimal 25 56 111 0.77 0.50 0 0.56 218.37 0.63 0.27
Hex 19 38 6F 4D 32 0 38 DA 3F 1B
Octal 31 70 157 115 62 0 70 332 77 33
Binary 11001 111000 1101111 1001101 110010 0 111000 11011010 111111 11011

Color Harmonies of #19386F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19386F

Black with #19386F

Text Example


Text Example

White with #19386F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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