Html Css Color HEX #152F4D Blue Whale

📋 copy color: '#152F4D'

red 21 ◦ green 47 ◦ blue 77

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

Shades of Blue Whale #152F4D

Tints of Blue Whale #152F4D

RGB

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

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

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

R = 14.48%
G = 32.41%
B = 53.1%

CMYK

 C value IS 0.73

 M value IS 0.39

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#152F4D (or 0x152F4D) is known color: Blue Whale. HEX triplet: 15, 2F and 4D. RGB value is (21,47,77). Sum of RGB (Red+Green+Blue) = 21+47+77=145 (19% of max value = 765). Red value is 21 (8.59% from 255 or 14.48% from 145); Green value is 47 (18.75% from 255 or 32.41% from 145); Blue value is 77 (30.47% from 255 or 53.10% from 145); Max value from RGB is 77 - color contains mainly: blue. Hex color #152F4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #152F4D is #EAD0B2. Grayscale: #2A2A2A. Windows color (decimal): -15388851 or 5058325. OLE color: 5058325.

HSL color Cylindrical-coordinate representation of color #152F4D: hue angle of 212.14º 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 #152F4D is Cyan = 0.73, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 21 47 77 -
CMYK 0.73 0.39 0 0.70
HSL 212.14º 0.57% 0.19% -
HSV(B) 212.14º 0.73% 0.3% -
XYZ 2.67 2.73 7.41 -
YUV 42.65 147.39 112.56 -
System Red Green Blue C M Y K H S L
Decimal 21 47 77 0.73 0.39 0 0.70 212.14 0.57 0.19
Hex 15 2F 4D 49 27 0 46 D4 39 13
Octal 25 57 115 111 47 0 106 324 71 23
Binary 10101 101111 1001101 1001001 100111 0 1000110 11010100 111001 10011

Color Harmonies of #152F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #152F4D

Black with #152F4D

Text Example


Text Example

White with #152F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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