#153C71

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

Shades of Dark Cerulean #153C71

Tints of Dark Cerulean #153C71

Color information

#153C71 (or 0x153C71) is unknown color: approx Dark Cerulean. HEX triplet: 15, 3C and 71. RGB value is (21,60,113). Sum of RGB (Red+Green+Blue) = 21+60+113=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 60 (23.83% from 255 or 30.93% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #153C71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153C71 is #EAC38E. Grayscale: #363636. Windows color (decimal): -15385487 or 7420949. OLE color: 7420949.

HSL color Cylindrical-coordinate representation of color #153C71: hue angle of 214.57º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #153C71 is Cyan = 0.81, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2160113-
CMYK0.810.4700.56
HSL214.57º68.66%26.27%-
HSV(B)214.57º81.42%44.31%-
XYZ4.914.5816.25-
YUV54.38161.08104.19-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.82%
GREEN value IS 60 (23.83% from 255) = 30.93%
BLUE value IS 113 (44.53% from 255) = 58.25%
R=10.82%
G=30.93%
B=58.25%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21601130.810.4700.56214.5768.6626.27
Hex153C71512F038d7451a
Octal25741611215707032710532
Binary1010111110011100011010001101111011100011010111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,60,113); }

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

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

 a { background-color: rgb(21,60,113); }

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

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

 span { border-color: rgb(21,60,113); }

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