Html Css Color HEX #15324F Blue Whale

📋 copy color: '#15324F'

red 21 ◦ green 50 ◦ blue 79

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

Shades of Blue Whale #15324F

Tints of Blue Whale #15324F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 52.67%

R = 14%
G = 33.33%
B = 52.67%

CMYK

 C value IS 0.73

 M value IS 0.37

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#15324F (or 0x15324F) is known color: Blue Whale. HEX triplet: 15, 32 and 4F. RGB value is (21,50,79). Sum of RGB (Red+Green+Blue) = 21+50+79=150 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14% from 150); Green value is 50 (19.92% from 255 or 33.33% from 150); Blue value is 79 (31.25% from 255 or 52.67% from 150); Max value from RGB is 79 - color contains mainly: blue. Hex color #15324F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #15324F is #EACDB0. Grayscale: #2C2C2C. Windows color (decimal): -15388081 or 5190165. OLE color: 5190165.

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

Color convert

RGB 21 50 79 -
CMYK 0.73 0.37 0 0.69
HSL 210º 0.58% 0.2% -
HSV(B) 210º 0.73% 0.31% -
XYZ 2.86 3.01 7.83 -
YUV 44.64 147.39 111.14 -
System Red Green Blue C M Y K H S L
Decimal 21 50 79 0.73 0.37 0 0.69 210 0.58 0.2
Hex 15 32 4F 49 25 0 45 D2 3A 14
Octal 25 62 117 111 45 0 105 322 72 24
Binary 10101 110010 1001111 1001001 100101 0 1000101 11010010 111010 10100

Color Harmonies of #15324F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15324F

Black with #15324F

Text Example


Text Example

White with #15324F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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