#153E84

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

Shades of Dark Cerulean #153E84

Tints of Dark Cerulean #153E84

Color information

#153E84 (or 0x153E84) is unknown color: approx Dark Cerulean. HEX triplet: 15, 3E and 84. RGB value is (21,62,132). Sum of RGB (Red+Green+Blue) = 21+62+132=215 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.77% from 215); Green value is 62 (24.61% from 255 or 28.84% from 215); Blue value is 132 (51.95% from 255 or 61.40% from 215); Max value from RGB is 132 - color contains mainly: blue. Hex color #153E84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153E84 is #EAC17B. Grayscale: #393939. Windows color (decimal): -15384956 or 8666645. OLE color: 8666645.

HSL color Cylindrical-coordinate representation of color #153E84: hue angle of 217.84º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #153E84 is Cyan = 0.84, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2162132-
CMYK0.840.5300.48
HSL217.84º72.55%30%-
HSV(B)217.84º84.09%51.76%-
XYZ6.25.2722.52-
YUV57.72169.92101.81-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.77%
GREEN value IS 62 (24.61% from 255) = 28.84%
BLUE value IS 132 (51.95% from 255) = 61.40%
R=9.77%
G=28.84%
B=61.40%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21621320.840.5300.48217.8472.5530
Hex153E845435030da491e
Octal25762041246506033211136
Binary10101111110100001001010100110101011000011011010100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,62,132); }

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

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

 a { background-color: rgb(21,62,132); }

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

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

 span { border-color: rgb(21,62,132); }

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