#153A4C

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

Shades of Blue Whale #153A4C

Tints of Blue Whale #153A4C

Color information

#153A4C (or 0x153A4C) is unknown color: approx Blue Whale. HEX triplet: 15, 3A and 4C. RGB value is (21,58,76). Sum of RGB (Red+Green+Blue) = 21+58+76=155 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.55% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 76 (30.08% from 255 or 49.03% from 155); Max value from RGB is 76 - color contains mainly: blue. Hex color #153A4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #153A4C is #EAC5B3. Grayscale: #303030. Windows color (decimal): -15386036 or 4995605. OLE color: 4995605.

HSL color Cylindrical-coordinate representation of color #153A4C: hue angle of 199.64º degrees, saturation: 0.57, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #153A4C is Cyan = 0.72, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB215876-
CMYK0.720.2400.70
HSL199.64º56.7%19.02%-
HSV(B)199.64º72.37%29.8%-
XYZ3.133.717.39-
YUV48.99143.24108.04-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.55%
GREEN value IS 58 (23.05% from 255) = 37.42%
BLUE value IS 76 (30.08% from 255) = 49.03%
R=13.55%
G=37.42%
B=49.03%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2158760.720.2400.70199.6456.719.02
Hex153A4C4818046c83913
Octal25721141103001063107123
Binary101011110101001100100100011000010001101100100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153A4C; }

 p { color: rgb(21,58,76); }

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

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

 a { background-color: rgb(21,58,76); }

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

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

 span { border-color: rgb(21,58,76); }

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