#153A72

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

Shades of Dark Cerulean #153A72

Tints of Dark Cerulean #153A72

Color information

#153A72 (or 0x153A72) is unknown color: approx Dark Cerulean. HEX triplet: 15, 3A and 72. RGB value is (21,58,114). Sum of RGB (Red+Green+Blue) = 21+58+114=193 (25% of max value = 765). Red value is 21 (8.59% from 255 or 10.88% from 193); Green value is 58 (23.05% from 255 or 30.05% from 193); Blue value is 114 (44.92% from 255 or 59.07% from 193); Max value from RGB is 114 - color contains mainly: blue. Hex color #153A72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #153A72 is #EAC58D. Grayscale: #353535. Windows color (decimal): -15385998 or 7485973. OLE color: 7485973.

HSL color Cylindrical-coordinate representation of color #153A72: hue angle of 216.13º 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 #153A72 is Cyan = 0.82, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2158114-
CMYK0.820.4900.55
HSL216.13º68.89%26.47%-
HSV(B)216.13º81.58%44.71%-
XYZ4.864.416.51-
YUV53.32162.24104.95-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.88%
GREEN value IS 58 (23.05% from 255) = 30.05%
BLUE value IS 114 (44.92% from 255) = 59.07%
R=10.88%
G=30.05%
B=59.07%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21581140.820.4900.55216.1368.8926.47
Hex153A725231037d8451a
Octal25721621226106733010532
Binary1010111101011100101010010110001011011111011000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #153A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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