Html Css Color HEX #15335E Catalina Blue

📋 copy color: '#15335E'

red 21 ◦ green 51 ◦ blue 94

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

Shades of Catalina Blue #15335E

Tints of Catalina Blue #15335E

RGB

 RED value IS 21 (8.59% from 255) = 12.65%

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

 BLUE value IS 94 (37.11% from 255) = 56.63%

R = 12.65%
G = 30.72%
B = 56.63%

CMYK

 C value IS 0.78

 M value IS 0.46

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#15335E (or 0x15335E) is known color: Catalina Blue. HEX triplet: 15, 33 and 5E. RGB value is (21,51,94). Sum of RGB (Red+Green+Blue) = 21+51+94=166 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.65% from 166); Green value is 51 (20.31% from 255 or 30.72% from 166); Blue value is 94 (37.11% from 255 or 56.63% from 166); Max value from RGB is 94 - color contains mainly: blue. Hex color #15335E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15335E is #EACCA1. Grayscale: #2E2E2E. Windows color (decimal): -15387810 or 6173461. OLE color: 6173461.

HSL color Cylindrical-coordinate representation of color #15335E: hue angle of 215.34º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #15335E is Cyan = 0.78, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 21 51 94 -
CMYK 0.78 0.46 0 0.63
HSL 215.34º 0.63% 0.23% -
HSV(B) 215.34º 0.78% 0.37% -
XYZ 3.51 3.34 11.05 -
YUV 46.93 154.56 109.5 -
System Red Green Blue C M Y K H S L
Decimal 21 51 94 0.78 0.46 0 0.63 215.34 0.63 0.23
Hex 15 33 5E 4E 2E 0 3F D7 3F 17
Octal 25 63 136 116 56 0 77 327 77 27
Binary 10101 110011 1011110 1001110 101110 0 111111 11010111 111111 10111

Color Harmonies of #15335E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15335E

Black with #15335E

Text Example


Text Example

White with #15335E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15335E; }

 p { color: rgb(21,51,94); }

 H1.HeaderClassName
 {
   color: #15335E;
 }
 .AnyTagClassName
 {
   color: #15335E;
 }
</style>

background-color css

<style>
 a { background-color: #15335E; }

 a { background-color: rgb(21,51,94); }

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

border-color css

<style>
 span { border-color: #15335E; }

 span { border-color: rgb(21,51,94); }

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