#153382

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

Shades of Dark Cerulean #153382

Tints of Dark Cerulean #153382

Color information

#153382 (or 0x153382) is unknown color: approx Dark Cerulean. HEX triplet: 15, 33 and 82. RGB value is (21,51,130). Sum of RGB (Red+Green+Blue) = 21+51+130=202 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.40% from 202); Green value is 51 (20.31% from 255 or 25.25% from 202); Blue value is 130 (51.17% from 255 or 64.36% from 202); Max value from RGB is 130 - color contains mainly: blue. Hex color #153382 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153382 is #EACC7D. Grayscale: #323232. Windows color (decimal): -15387774 or 8532757. OLE color: 8532757.

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

Color convert

RGB2151130-
CMYK0.840.6100.49
HSL223.49º72.19%29.61%-
HSV(B)223.49º83.85%50.98%-
XYZ5.524.1421.63-
YUV51.04172.56106.58-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.40%
GREEN value IS 51 (20.31% from 255) = 25.25%
BLUE value IS 130 (51.17% from 255) = 64.36%
R=10.40%
G=25.25%
B=64.36%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21511300.840.6100.49223.4972.1929.61
Hex153382543D031df481e
Octal25632021247506133711036
Binary10101110011100000101010100111101011000111011111100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153382; }

 p { color: rgb(21,51,130); }

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

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

 a { background-color: rgb(21,51,130); }

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

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

 span { border-color: rgb(21,51,130); }

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