#153F73

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

Shades of Dark Cerulean #153F73

Tints of Dark Cerulean #153F73

Color information

#153F73 (or 0x153F73) is unknown color: approx Dark Cerulean. HEX triplet: 15, 3F and 73. RGB value is (21,63,115). Sum of RGB (Red+Green+Blue) = 21+63+115=199 (26% of max value = 765). Red value is 21 (8.59% from 255 or 10.55% from 199); Green value is 63 (25% from 255 or 31.66% from 199); Blue value is 115 (45.31% from 255 or 57.79% from 199); Max value from RGB is 115 - color contains mainly: blue. Hex color #153F73 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153F73 is #EAC08C. Grayscale: #383838. Windows color (decimal): -15384717 or 7552789. OLE color: 7552789.

HSL color Cylindrical-coordinate representation of color #153F73: hue angle of 213.19º degrees, saturation: 0.69, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #153F73 is Cyan = 0.82, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2163115-
CMYK0.820.4500.55
HSL213.19º69.12%26.67%-
HSV(B)213.19º81.74%45.1%-
XYZ5.184.9516.9-
YUV56.37161.09102.77-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.55%
GREEN value IS 63 (25% from 255) = 31.66%
BLUE value IS 115 (45.31% from 255) = 57.79%
R=10.55%
G=31.66%
B=57.79%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21631150.820.4500.55213.1969.1226.67
Hex153F73522D037d5451b
Octal25771631225506732510533
Binary1010111111111100111010010101101011011111010101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,63,115); }

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

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

 a { background-color: rgb(21,63,115); }

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

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

 span { border-color: rgb(21,63,115); }

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