#153A4D

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

Shades of Blue Whale #153A4D

Tints of Blue Whale #153A4D

Color information

#153A4D (or 0x153A4D) is unknown color: approx Blue Whale. HEX triplet: 15, 3A and 4D. RGB value is (21,58,77). Sum of RGB (Red+Green+Blue) = 21+58+77=156 (20% of max value = 765). Red value is 21 (8.59% from 255 or 13.46% from 156); Green value is 58 (23.05% from 255 or 37.18% from 156); Blue value is 77 (30.47% from 255 or 49.36% from 156); Max value from RGB is 77 - color contains mainly: blue. Hex color #153A4D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A4D is #EAC5B2. Grayscale: #303030. Windows color (decimal): -15386035 or 5061141. OLE color: 5061141.

HSL color Cylindrical-coordinate representation of color #153A4D: hue angle of 200.36º 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 #153A4D is Cyan = 0.73, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB215877-
CMYK0.730.2500.70
HSL200.36º57.14%19.22%-
HSV(B)200.36º72.73%30.2%-
XYZ3.163.727.57-
YUV49.1143.74107.96-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 13.46%
GREEN value IS 58 (23.05% from 255) = 37.18%
BLUE value IS 77 (30.47% from 255) = 49.36%
R=13.46%
G=37.18%
B=49.36%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2158770.730.2500.70200.3657.1419.22
Hex153A4D4919046c83913
Octal25721151113101063107123
Binary101011110101001101100100111001010001101100100011100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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