#153047

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

Shades of Blue Whale #153047

Tints of Blue Whale #153047

Color information

#153047 (or 0x153047) is unknown color: approx Blue Whale. HEX triplet: 15, 30 and 47. RGB value is (21,48,71). Sum of RGB (Red+Green+Blue) = 21+48+71=140 (18% of max value = 765). Red value is 21 (8.59% from 255 or 15% from 140); Green value is 48 (19.14% from 255 or 34.29% from 140); Blue value is 71 (28.12% from 255 or 50.71% from 140); Max value from RGB is 71 - color contains mainly: blue. Hex color #153047 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153047 is #EACFB8. Grayscale: #2A2A2A. Windows color (decimal): -15388601 or 4665365. OLE color: 4665365.

HSL color Cylindrical-coordinate representation of color #153047: hue angle of 207.6º degrees, saturation: 0.54, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #153047 is Cyan = 0.70, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB214871-
CMYK0.700.3200.72
HSL207.6º54.35%18.04%-
HSV(B)207.6º70.42%27.84%-
XYZ2.52.736.36-
YUV42.55144.05112.63-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 15%
GREEN value IS 48 (19.14% from 255) = 34.29%
BLUE value IS 71 (28.12% from 255) = 50.71%
R=15%
G=34.29%
B=50.71%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal2148710.700.3200.72207.654.3518.04
Hex1530474620048d03612
Octal25601071064001103206622
Binary1010111000010001111000110100000010010001101000011011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153047

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153047; }

 p { color: rgb(21,48,71); }

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

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

 a { background-color: rgb(21,48,71); }

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

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

 span { border-color: rgb(21,48,71); }

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