Html Css Color HEX #15324C Blue Whale

📋 copy color: '#15324C'

red 21 ◦ green 50 ◦ blue 76

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

Shades of Blue Whale #15324C

Tints of Blue Whale #15324C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 51.7%

R = 14.29%
G = 34.01%
B = 51.7%

CMYK

 C value IS 0.72

 M value IS 0.34

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#15324C (or 0x15324C) is known color: Blue Whale. HEX triplet: 15, 32 and 4C. RGB value is (21,50,76). Sum of RGB (Red+Green+Blue) = 21+50+76=147 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.29% from 147); Green value is 50 (19.92% from 255 or 34.01% from 147); Blue value is 76 (30.08% from 255 or 51.70% from 147); Max value from RGB is 76 - color contains mainly: blue. Hex color #15324C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15324C is #EACDB3. Grayscale: #2C2C2C. Windows color (decimal): -15388084 or 4993557. OLE color: 4993557.

HSL color Cylindrical-coordinate representation of color #15324C: hue angle of 208.36º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15324C is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 21 50 76 -
CMYK 0.72 0.34 0 0.70
HSL 208.36º 0.57% 0.19% -
HSV(B) 208.36º 0.72% 0.3% -
XYZ 2.75 2.96 7.26 -
YUV 44.29 145.89 111.39 -
System Red Green Blue C M Y K H S L
Decimal 21 50 76 0.72 0.34 0 0.70 208.36 0.57 0.19
Hex 15 32 4C 48 22 0 46 D0 39 13
Octal 25 62 114 110 42 0 106 320 71 23
Binary 10101 110010 1001100 1001000 100010 0 1000110 11010000 111001 10011

Color Harmonies of #15324C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15324C

Black with #15324C

Text Example


Text Example

White with #15324C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15324C; }

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

 H1.HeaderClassName
 {
   color: #15324C;
 }
 .AnyTagClassName
 {
   color: #15324C;
 }
</style>

background-color css

<style>
 a { background-color: #15324C; }

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

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

border-color css

<style>
 span { border-color: #15324C; }

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

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