#152F4B

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

Shades of Blue Whale #152F4B

Tints of Blue Whale #152F4B

Color information

#152F4B (or 0x152F4B) is unknown color: approx Blue Whale. HEX triplet: 15, 2F and 4B. RGB value is (21,47,75). Sum of RGB (Red+Green+Blue) = 21+47+75=143 (18% of max value = 765). Red value is 21 (8.59% from 255 or 14.69% from 143); Green value is 47 (18.75% from 255 or 32.87% from 143); Blue value is 75 (29.69% from 255 or 52.45% from 143); Max value from RGB is 75 - color contains mainly: blue. Hex color #152F4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152F4B is #EAD0B4. Grayscale: #2A2A2A. Windows color (decimal): -15388853 or 4927253. OLE color: 4927253.

HSL color Cylindrical-coordinate representation of color #152F4B: hue angle of 211.11º 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 #152F4B is Cyan = 0.72, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB214775-
CMYK0.720.3700.71
HSL211.11º56.25%18.82%-
HSV(B)211.11º72%29.41%-
XYZ2.62.77.04-
YUV42.42146.39112.72-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 14.69%
GREEN value IS 47 (18.75% from 255) = 32.87%
BLUE value IS 75 (29.69% from 255) = 52.45%
R=14.69%
G=32.87%
B=52.45%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2147750.720.3700.71211.1156.2518.82
Hex152F4B4825047d33813
Octal25571131104501073237023
Binary1010110111110010111001000100101010001111101001111100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #152F4B;
 }
 .AnyTagClassName
 {
   color: #152F4B;
 }
</style>
background-color css

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

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

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

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

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

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