#152F42

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

Shades of Blue Whale #152F42

Tints of Blue Whale #152F42

Color information

#152F42 (or 0x152F42) is unknown color: approx Blue Whale. HEX triplet: 15, 2F and 42. RGB value is (21,47,66). Sum of RGB (Red+Green+Blue) = 21+47+66=134 (17% of max value = 765). Red value is 21 (8.59% from 255 or 15.67% from 134); Green value is 47 (18.75% from 255 or 35.07% from 134); Blue value is 66 (26.17% from 255 or 49.25% from 134); Max value from RGB is 66 - color contains mainly: blue. Hex color #152F42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #152F42 is #EAD0BD. Grayscale: #292929. Windows color (decimal): -15388862 or 4337429. OLE color: 4337429.

HSL color Cylindrical-coordinate representation of color #152F42: hue angle of 205.33º degrees, saturation: 0.52, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #152F42 is Cyan = 0.68, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB214766-
CMYK0.680.2900.74
HSL205.33º51.72%17.06%-
HSV(B)205.33º68.18%25.88%-
XYZ2.312.595.53-
YUV41.39141.89113.46-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15.67%
GREEN value IS 47 (18.75% from 255) = 35.07%
BLUE value IS 66 (26.17% from 255) = 49.25%
R=15.67%
G=35.07%
B=49.25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal2147660.680.2900.74205.3351.7217.06
Hex152F42441D04Acd3411
Octal25571021043501123156421
Binary101011011111000010100010011101010010101100110111010010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #152F42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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