Html Css Color HEX #15335D Catalina Blue

📋 copy color: '#15335D'

red 21 ◦ green 51 ◦ blue 93

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

Shades of Catalina Blue #15335D

Tints of Catalina Blue #15335D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 56.36%

R = 12.73%
G = 30.91%
B = 56.36%

CMYK

 C value IS 0.77

 M value IS 0.45

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#15335D (or 0x15335D) is known color: Catalina Blue. HEX triplet: 15, 33 and 5D. RGB value is (21,51,93). Sum of RGB (Red+Green+Blue) = 21+51+93=165 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.73% from 165); Green value is 51 (20.31% from 255 or 30.91% from 165); Blue value is 93 (36.72% from 255 or 56.36% from 165); Max value from RGB is 93 - color contains mainly: blue. Hex color #15335D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15335D is #EACCA2. Grayscale: #2E2E2E. Windows color (decimal): -15387811 or 6107925. OLE color: 6107925.

HSL color Cylindrical-coordinate representation of color #15335D: hue angle of 215º degrees, saturation: 0.63, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #15335D is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 51 93 -
CMYK 0.77 0.45 0 0.64
HSL 215º 0.63% 0.22% -
HSV(B) 215º 0.77% 0.36% -
XYZ 3.47 3.32 10.81 -
YUV 46.82 154.06 109.58 -
System Red Green Blue C M Y K H S L
Decimal 21 51 93 0.77 0.45 0 0.64 215 0.63 0.22
Hex 15 33 5D 4D 2D 0 40 D7 3F 16
Octal 25 63 135 115 55 0 100 327 77 26
Binary 10101 110011 1011101 1001101 101101 0 1000000 11010111 111111 10110

Color Harmonies of #15335D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15335D

Black with #15335D

Text Example


Text Example

White with #15335D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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