Html Css Color HEX #15324D Blue Whale

📋 copy color: '#15324D'

red 21 ◦ green 50 ◦ blue 77

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

Shades of Blue Whale #15324D

Tints of Blue Whale #15324D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 52.03%

R = 14.19%
G = 33.78%
B = 52.03%

CMYK

 C value IS 0.73

 M value IS 0.35

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#15324D (or 0x15324D) is known color: Blue Whale. HEX triplet: 15, 32 and 4D. RGB value is (21,50,77). Sum of RGB (Red+Green+Blue) = 21+50+77=148 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.19% from 148); Green value is 50 (19.92% from 255 or 33.78% from 148); Blue value is 77 (30.47% from 255 or 52.03% from 148); Max value from RGB is 77 - color contains mainly: blue. Hex color #15324D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15324D is #EACDB2. Grayscale: #2C2C2C. Windows color (decimal): -15388083 or 5059093. OLE color: 5059093.

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

Color convert

RGB 21 50 77 -
CMYK 0.73 0.35 0 0.70
HSL 208.93º 0.57% 0.19% -
HSV(B) 208.93º 0.73% 0.3% -
XYZ 2.79 2.98 7.45 -
YUV 44.41 146.39 111.3 -
System Red Green Blue C M Y K H S L
Decimal 21 50 77 0.73 0.35 0 0.70 208.93 0.57 0.19
Hex 15 32 4D 49 23 0 46 D1 39 13
Octal 25 62 115 111 43 0 106 321 71 23
Binary 10101 110010 1001101 1001001 100011 0 1000110 11010001 111001 10011

Color Harmonies of #15324D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15324D

Black with #15324D

Text Example


Text Example

White with #15324D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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