Html Css Color HEX #152F49 Blue Whale

📋 copy color: '#152F49'

red 21 ◦ green 47 ◦ blue 73

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

Shades of Blue Whale #152F49

Tints of Blue Whale #152F49

RGB

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

 GREEN value IS 47 (18.75% from 255) = 33.33%

 BLUE value IS 73 (28.91% from 255) = 51.77%

R = 14.89%
G = 33.33%
B = 51.77%

CMYK

 C value IS 0.71

 M value IS 0.36

 Y value IS 0

 K value IS 0.71

RGB Variations

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

Color information

#152F49 (or 0x152F49) is known color: Blue Whale. HEX triplet: 15, 2F and 49. RGB value is (21,47,73). Sum of RGB (Red+Green+Blue) = 21+47+73=141 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.89% from 141); Green value is 47 (18.75% from 255 or 33.33% from 141); Blue value is 73 (28.91% from 255 or 51.77% from 141); Max value from RGB is 73 - color contains mainly: blue. Hex color #152F49 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152F49 is #EAD0B6. Grayscale: #2A2A2A. Windows color (decimal): -15388855 or 4796181. OLE color: 4796181.

HSL color Cylindrical-coordinate representation of color #152F49: hue angle of 210º degrees, saturation: 0.55, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #152F49 is Cyan = 0.71, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB 21 47 73 -
CMYK 0.71 0.36 0 0.71
HSL 210º 0.55% 0.18% -
HSV(B) 210º 0.71% 0.29% -
XYZ 2.53 2.67 6.69 -
YUV 42.19 145.39 112.89 -
System Red Green Blue C M Y K H S L
Decimal 21 47 73 0.71 0.36 0 0.71 210 0.55 0.18
Hex 15 2F 49 47 24 0 47 D2 37 12
Octal 25 57 111 107 44 0 107 322 67 22
Binary 10101 101111 1001001 1000111 100100 0 1000111 11010010 110111 10010

Color Harmonies of #152F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152F49

Black with #152F49

Text Example


Text Example

White with #152F49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #152F49; }

 p { color: rgb(21,47,73); }

 H1.HeaderClassName
 {
   color: #152F49;
 }
 .AnyTagClassName
 {
   color: #152F49;
 }
</style>

background-color css

<style>
 a { background-color: #152F49; }

 a { background-color: rgb(21,47,73); }

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

border-color css

<style>
 span { border-color: #152F49; }

 span { border-color: rgb(21,47,73); }

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