#153B72

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

Shades of Dark Cerulean #153B72

Tints of Dark Cerulean #153B72

Color information

#153B72 (or 0x153B72) is unknown color: approx Dark Cerulean. HEX triplet: 15, 3B and 72. RGB value is (21,59,114). Sum of RGB (Red+Green+Blue) = 21+59+114=194 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.82% from 194); Green value is 59 (23.44% from 255 or 30.41% from 194); Blue value is 114 (44.92% from 255 or 58.76% from 194); Max value from RGB is 114 - color contains mainly: blue. Hex color #153B72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153B72 is #EAC48D. Grayscale: #353535. Windows color (decimal): -15385742 or 7486229. OLE color: 7486229.

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

Color convert

RGB2159114-
CMYK0.820.4800.55
HSL215.48º68.89%26.47%-
HSV(B)215.48º81.58%44.71%-
XYZ4.914.516.53-
YUV53.91161.91104.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.82%
GREEN value IS 59 (23.44% from 255) = 30.41%
BLUE value IS 114 (44.92% from 255) = 58.76%
R=10.82%
G=30.41%
B=58.76%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21591140.820.4800.55215.4868.8926.47
Hex153B725230037d7451a
Octal25731621226006732710532
Binary1010111101111100101010010110000011011111010111100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(21,59,114); }

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

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

 a { background-color: rgb(21,59,114); }

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

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

 span { border-color: rgb(21,59,114); }

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