#153980

Color #153980 Dark Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Cerulean #153980

Tints of Dark Cerulean #153980

Color information

#153980 (or 0x153980) is unknown color: approx Dark Cerulean. HEX triplet: 15, 39 and 80. RGB value is (21,57,128). Sum of RGB (Red+Green+Blue) = 21+57+128=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 57 (22.66% from 255 or 27.67% from 206); Blue value is 128 (50.39% from 255 or 62.14% from 206); Max value from RGB is 128 - color contains mainly: blue. Hex color #153980 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153980 is #EAC67F. Grayscale: #363636. Windows color (decimal): -15386240 or 8403221. OLE color: 8403221.

HSL color Cylindrical-coordinate representation of color #153980: hue angle of 219.81º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #153980 is Cyan = 0.84, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2157128-
CMYK0.840.5500.50
HSL219.81º71.81%29.22%-
HSV(B)219.81º83.59%50.2%-
XYZ5.674.6421.02-
YUV54.33169.57104.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.19%
GREEN value IS 57 (22.66% from 255) = 27.67%
BLUE value IS 128 (50.39% from 255) = 62.14%
R=10.19%
G=27.67%
B=62.14%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal21571280.840.5500.50219.8171.8129.22
Hex1539805437032dc481d
Octal25712001246706233411035
Binary10101111001100000001010100110111011001011011100100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153980; }

 p { color: rgb(21,57,128); }

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

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

 a { background-color: rgb(21,57,128); }

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

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

 span { border-color: rgb(21,57,128); }

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