#153281

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

Shades of Dark Cerulean #153281

Tints of Dark Cerulean #153281

Color information

#153281 (or 0x153281) is unknown color: approx Dark Cerulean. HEX triplet: 15, 32 and 81. RGB value is (21,50,129). Sum of RGB (Red+Green+Blue) = 21+50+129=200 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.5% from 200); Green value is 50 (19.92% from 255 or 25% from 200); Blue value is 129 (50.78% from 255 or 64.5% from 200); Max value from RGB is 129 - color contains mainly: blue. Hex color #153281 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #153281 is #EACD7E. Grayscale: #313131. Windows color (decimal): -15388031 or 8466965. OLE color: 8466965.

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

Color convert

RGB2150129-
CMYK0.840.6100.49
HSL223.89º72%29.41%-
HSV(B)223.89º83.72%50.59%-
XYZ5.414.0321.26-
YUV50.34172.39107.08-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.5%
GREEN value IS 50 (19.92% from 255) = 25%
BLUE value IS 129 (50.78% from 255) = 64.5%
R=10.5%
G=25%
B=64.5%

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
Decimal21501290.840.6100.49223.897229.41
Hex153281543D031e0481d
Octal25622011247506134011035
Binary10101110010100000011010100111101011000111100000100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #153281; }

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

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

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

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

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

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

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

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