#154772

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

Shades of Dark Cerulean #154772

Tints of Dark Cerulean #154772

Color information

#154772 (or 0x154772) is unknown color: approx Dark Cerulean. HEX triplet: 15, 47 and 72. RGB value is (21,71,114). Sum of RGB (Red+Green+Blue) = 21+71+114=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 71 (28.12% from 255 or 34.47% from 206); Blue value is 114 (44.92% from 255 or 55.34% from 206); Max value from RGB is 114 - color contains mainly: blue. Hex color #154772 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154772 is #EAB88D. Grayscale: #3C3C3C. Windows color (decimal): -15382670 or 7489301. OLE color: 7489301.

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

Color convert

RGB2171114-
CMYK0.820.3800.55
HSL207.74º68.89%26.47%-
HSV(B)207.74º81.58%44.71%-
XYZ5.65.8816.76-
YUV60.95157.9499.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.19%
GREEN value IS 71 (28.12% from 255) = 34.47%
BLUE value IS 114 (44.92% from 255) = 55.34%
R=10.19%
G=34.47%
B=55.34%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21711140.820.3800.55207.7468.8926.47
Hex1547725226037d0451a
Octal251071621224606732010532
Binary10101100011111100101010010100110011011111010000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154772; }

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

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

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

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

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

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

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

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