Html Css Color HEX #15325B Catalina Blue

📋 copy color: '#15325B'

red 21 ◦ green 50 ◦ blue 91

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

Shades of Catalina Blue #15325B

Tints of Catalina Blue #15325B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 30.86%

 BLUE value IS 91 (35.94% from 255) = 56.17%

R = 12.96%
G = 30.86%
B = 56.17%

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

#15325B (or 0x15325B) is known color: Catalina Blue. HEX triplet: 15, 32 and 5B. RGB value is (21,50,91). Sum of RGB (Red+Green+Blue) = 21+50+91=162 (21% of max value = 765). Red value is 21 (8.59% from 255 or 12.96% from 162); Green value is 50 (19.92% from 255 or 30.86% from 162); Blue value is 91 (35.94% from 255 or 56.17% from 162); Max value from RGB is 91 - color contains mainly: blue. Hex color #15325B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15325B is #EACDA4. Grayscale: #2D2D2D. Windows color (decimal): -15388069 or 5976597. OLE color: 5976597.

HSL color Cylindrical-coordinate representation of color #15325B: hue angle of 215.14º degrees, saturation: 0.62, 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 #15325B is Cyan = 0.77, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 21 50 91 -
CMYK 0.77 0.45 0 0.64
HSL 215.14º 0.63% 0.22% -
HSV(B) 215.14º 0.77% 0.36% -
XYZ 3.34 3.2 10.34 -
YUV 46 153.39 110.17 -
System Red Green Blue C M Y K H S L
Decimal 21 50 91 0.77 0.45 0 0.64 215.14 0.63 0.22
Hex 15 32 5B 4D 2D 0 40 D7 3E 16
Octal 25 62 133 115 55 0 100 327 76 26
Binary 10101 110010 1011011 1001101 101101 0 1000000 11010111 111110 10110

Color Harmonies of #15325B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15325B

Black with #15325B

Text Example


Text Example

White with #15325B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15325B; }

 p { color: rgb(21,50,91); }

 H1.HeaderClassName
 {
   color: #15325B;
 }
 .AnyTagClassName
 {
   color: #15325B;
 }
</style>

background-color css

<style>
 a { background-color: #15325B; }

 a { background-color: rgb(21,50,91); }

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

border-color css

<style>
 span { border-color: #15325B; }

 span { border-color: rgb(21,50,91); }

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