Html Css Color HEX #19366D Catalina Blue

📋 copy color: '#19366D'

red 25 ◦ green 54 ◦ blue 109

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

Shades of Catalina Blue #19366D

Tints of Catalina Blue #19366D

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.72%

 BLUE value IS 109 (42.97% from 255) = 57.98%

R = 13.3%
G = 28.72%
B = 57.98%

CMYK

 C value IS 0.77

 M value IS 0.50

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#19366D (or 0x19366D) is known color: Catalina Blue. HEX triplet: 19, 36 and 6D. RGB value is (25,54,109). Sum of RGB (Red+Green+Blue) = 25+54+109=188 (24% of max value = 765). Red value is 25 (10.16% from 255 or 13.30% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 109 (42.97% from 255 or 57.98% from 188); Max value from RGB is 109 - color contains mainly: blue. Hex color #19366D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19366D is #E6C992. Grayscale: #333333. Windows color (decimal): -15124883 or 7157273. OLE color: 7157273.

HSL color Cylindrical-coordinate representation of color #19366D: hue angle of 219.29º degrees, saturation: 0.63, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #19366D is Cyan = 0.77, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 25 54 109 -
CMYK 0.77 0.50 0 0.57
HSL 219.29º 0.63% 0.26% -
HSV(B) 219.29º 0.77% 0.43% -
XYZ 4.48 3.95 14.99 -
YUV 51.6 160.39 109.03 -
System Red Green Blue C M Y K H S L
Decimal 25 54 109 0.77 0.50 0 0.57 219.29 0.63 0.26
Hex 19 36 6D 4D 32 0 39 DB 3F 1A
Octal 31 66 155 115 62 0 71 333 77 32
Binary 11001 110110 1101101 1001101 110010 0 111001 11011011 111111 11010

Color Harmonies of #19366D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19366D

Black with #19366D

Text Example


Text Example

White with #19366D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #19366D; }

 p { color: rgb(25,54,109); }

 H1.HeaderClassName
 {
   color: #19366D;
 }
 .AnyTagClassName
 {
   color: #19366D;
 }
</style>

background-color css

<style>
 a { background-color: #19366D; }

 a { background-color: rgb(25,54,109); }

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

border-color css

<style>
 span { border-color: #19366D; }

 span { border-color: rgb(25,54,109); }

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