#153A76

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

Shades of Dark Cerulean #153A76

Tints of Dark Cerulean #153A76

Color information

#153A76 (or 0x153A76) is unknown color: approx Dark Cerulean. HEX triplet: 15, 3A and 76. RGB value is (21,58,118). Sum of RGB (Red+Green+Blue) = 21+58+118=197 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.66% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 118 (46.48% from 255 or 59.90% from 197); Max value from RGB is 118 - color contains mainly: blue. Hex color #153A76 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A76 is #EAC589. Grayscale: #353535. Windows color (decimal): -15385994 or 7748117. OLE color: 7748117.

HSL color Cylindrical-coordinate representation of color #153A76: hue angle of 217.11º degrees, saturation: 0.7, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153A76 is Cyan = 0.82, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2158118-
CMYK0.820.5100.54
HSL217.11º69.78%27.25%-
HSV(B)217.11º82.2%46.27%-
XYZ5.094.4917.74-
YUV53.78164.24104.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.66%
GREEN value IS 58 (23.05% from 255) = 29.44%
BLUE value IS 118 (46.48% from 255) = 59.90%
R=10.66%
G=29.44%
B=59.90%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21581180.820.5100.54217.1169.7827.25
Hex153A765233036d9461b
Octal25721661226306633110633
Binary1010111101011101101010010110011011011011011001100011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,58,118); }

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

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

 a { background-color: rgb(21,58,118); }

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

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

 span { border-color: rgb(21,58,118); }

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