#153483

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

Shades of Dark Cerulean #153483

Tints of Dark Cerulean #153483

Color information

#153483 (or 0x153483) is unknown color: approx Dark Cerulean. HEX triplet: 15, 34 and 83. RGB value is (21,52,131). Sum of RGB (Red+Green+Blue) = 21+52+131=204 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.29% from 204); Green value is 52 (20.70% from 255 or 25.49% from 204); Blue value is 131 (51.56% from 255 or 64.22% from 204); Max value from RGB is 131 - color contains mainly: blue. Hex color #153483 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153483 is #EACB7C. Grayscale: #333333. Windows color (decimal): -15387517 or 8598549. OLE color: 8598549.

HSL color Cylindrical-coordinate representation of color #153483: hue angle of 223.09º 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 #153483 is Cyan = 0.84, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2152131-
CMYK0.840.6000.49
HSL223.09º72.37%29.8%-
HSV(B)223.09º83.97%51.37%-
XYZ5.634.2522-
YUV51.74172.73106.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.29%
GREEN value IS 52 (20.70% from 255) = 25.49%
BLUE value IS 131 (51.56% from 255) = 64.22%
R=10.29%
G=25.49%
B=64.22%

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
Decimal21521310.840.6000.49223.0972.3729.8
Hex153483543C031df481e
Octal25642031247406133711036
Binary10101110100100000111010100111100011000111011111100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153483

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153483; }

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

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

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

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

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

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

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

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