#153481

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

Shades of Dark Cerulean #153481

Tints of Dark Cerulean #153481

Color information

#153481 (or 0x153481) is unknown color: approx Dark Cerulean. HEX triplet: 15, 34 and 81. RGB value is (21,52,129). Sum of RGB (Red+Green+Blue) = 21+52+129=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 52 (20.70% from 255 or 25.74% from 202); Blue value is 129 (50.78% from 255 or 63.86% from 202); Max value from RGB is 129 - color contains mainly: blue. Hex color #153481 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153481 is #EACB7E. Grayscale: #333333. Windows color (decimal): -15387519 or 8467477. OLE color: 8467477.

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

Color convert

RGB2152129-
CMYK0.840.6000.49
HSL222.78º72%29.41%-
HSV(B)222.78º83.72%50.59%-
XYZ5.54.221.29-
YUV51.51171.73106.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.40%
GREEN value IS 52 (20.70% from 255) = 25.74%
BLUE value IS 129 (50.78% from 255) = 63.86%
R=10.40%
G=25.74%
B=63.86%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21521290.840.6000.49222.787229.41
Hex153481543C031df481d
Octal25642011247406133711035
Binary10101110100100000011010100111100011000111011111100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153481; }

 p { color: rgb(21,52,129); }

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

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

 a { background-color: rgb(21,52,129); }

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

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

 span { border-color: rgb(21,52,129); }

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