Html Css Color HEX #15324A Blue Whale

📋 copy color: '#15324A'

red 21 ◦ green 50 ◦ blue 74

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

Shades of Blue Whale #15324A

Tints of Blue Whale #15324A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 51.03%

R = 14.48%
G = 34.48%
B = 51.03%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#15324A (or 0x15324A) is known color: Blue Whale. HEX triplet: 15, 32 and 4A. RGB value is (21,50,74). Sum of RGB (Red+Green+Blue) = 21+50+74=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 50 (19.92% from 255 or 34.48% from 145); Blue value is 74 (29.30% from 255 or 51.03% from 145); Max value from RGB is 74 - color contains mainly: blue. Hex color #15324A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #15324A is #EACDB5. Grayscale: #2B2B2B. Windows color (decimal): -15388086 or 4862485. OLE color: 4862485.

HSL color Cylindrical-coordinate representation of color #15324A: hue angle of 207.17º degrees, saturation: 0.56, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #15324A is Cyan = 0.72, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 50 74 -
CMYK 0.72 0.32 0 0.71
HSL 207.17º 0.56% 0.19% -
HSV(B) 207.17º 0.72% 0.29% -
XYZ 2.69 2.94 6.9 -
YUV 44.07 144.89 111.55 -
System Red Green Blue C M Y K H S L
Decimal 21 50 74 0.72 0.32 0 0.71 207.17 0.56 0.19
Hex 15 32 4A 48 20 0 47 CF 38 13
Octal 25 62 112 110 40 0 107 317 70 23
Binary 10101 110010 1001010 1001000 100000 0 1000111 11001111 111000 10011

Color Harmonies of #15324A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15324A

Black with #15324A

Text Example


Text Example

White with #15324A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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