#152F4D

Color #152F4D Blue Whale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Whale #152F4D

Tints of Blue Whale #152F4D

Color information

#152F4D (or 0x152F4D) is unknown color: approx 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

RGB214777-
CMYK0.730.3900.70
HSL212.14º57.14%19.22%-
HSV(B)212.14º72.73%30.2%-
XYZ2.672.737.41-
YUV42.65147.39112.56-

RGB Variations

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

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.10%
R=14.48%
G=32.41%
B=53.10%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2147770.730.3900.70212.1457.1419.22
Hex152F4D4927046d43913
Octal25571151114701063247123
Binary1010110111110011011001001100111010001101101010011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>