Html Css Color HEX #15324E Blue Whale

📋 copy color: '#15324E'

red 21 ◦ green 50 ◦ blue 78

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

Shades of Blue Whale #15324E

Tints of Blue Whale #15324E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 52.35%

R = 14.09%
G = 33.56%
B = 52.35%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#15324E (or 0x15324E) is known color: Blue Whale. HEX triplet: 15, 32 and 4E. RGB value is (21,50,78). Sum of RGB (Red+Green+Blue) = 21+50+78=149 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.09% from 149); Green value is 50 (19.92% from 255 or 33.56% from 149); Blue value is 78 (30.86% from 255 or 52.35% from 149); Max value from RGB is 78 - color contains mainly: blue. Hex color #15324E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15324E is #EACDB1. Grayscale: #2C2C2C. Windows color (decimal): -15388082 or 5124629. OLE color: 5124629.

HSL color Cylindrical-coordinate representation of color #15324E: hue angle of 209.47º degrees, saturation: 0.58, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #15324E is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 21 50 78 -
CMYK 0.73 0.36 0 0.69
HSL 209.47º 0.58% 0.19% -
HSV(B) 209.47º 0.73% 0.31% -
XYZ 2.83 2.99 7.64 -
YUV 44.52 146.89 111.22 -
System Red Green Blue C M Y K H S L
Decimal 21 50 78 0.73 0.36 0 0.69 209.47 0.58 0.19
Hex 15 32 4E 49 24 0 45 D1 3A 13
Octal 25 62 116 111 44 0 105 321 72 23
Binary 10101 110010 1001110 1001001 100100 0 1000101 11010001 111010 10011

Color Harmonies of #15324E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15324E

Black with #15324E

Text Example


Text Example

White with #15324E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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