Html Css Color HEX #19335A Catalina Blue

📋 copy color: '#19335A'

red 25 ◦ green 51 ◦ blue 90

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

Shades of Catalina Blue #19335A

Tints of Catalina Blue #19335A

RGB

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

 GREEN value IS 51 (20.31% from 255) = 30.72%

 BLUE value IS 90 (35.55% from 255) = 54.22%

R = 15.06%
G = 30.72%
B = 54.22%

CMYK

 C value IS 0.72

 M value IS 0.43

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#19335A (or 0x19335A) is known color: Catalina Blue. HEX triplet: 19, 33 and 5A. RGB value is (25,51,90). Sum of RGB (Red+Green+Blue) = 25+51+90=166 (21% of max value = 765). Red value is 25 (10.16% from 255 or 15.06% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 90 (35.55% from 255 or 54.22% from 166); Max value from RGB is 90 - color contains mainly: blue. Hex color #19335A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #19335A is #E6CCA5. Grayscale: #2F2F2F. Windows color (decimal): -15125670 or 5911321. OLE color: 5911321.

HSL color Cylindrical-coordinate representation of color #19335A: hue angle of 216º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #19335A is Cyan = 0.72, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 25 51 90 -
CMYK 0.72 0.43 0 0.65
HSL 216º 0.57% 0.23% -
HSV(B) 216º 0.72% 0.35% -
XYZ 3.43 3.31 10.13 -
YUV 47.67 151.89 111.83 -
System Red Green Blue C M Y K H S L
Decimal 25 51 90 0.72 0.43 0 0.65 216 0.57 0.23
Hex 19 33 5A 48 2B 0 41 D8 39 17
Octal 31 63 132 110 53 0 101 330 71 27
Binary 11001 110011 1011010 1001000 101011 0 1000001 11011000 111001 10111

Color Harmonies of #19335A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #19335A

Black with #19335A

Text Example


Text Example

White with #19335A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(25,51,90); }

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

background-color css

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

 a { background-color: rgb(25,51,90); }

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

border-color css

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

 span { border-color: rgb(25,51,90); }

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