#154972

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

Shades of Dark Cerulean #154972

Tints of Dark Cerulean #154972

Color information

#154972 (or 0x154972) is unknown color: approx Dark Cerulean. HEX triplet: 15, 49 and 72. RGB value is (21,73,114). Sum of RGB (Red+Green+Blue) = 21+73+114=208 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.10% from 208); Green value is 73 (28.91% from 255 or 35.10% from 208); Blue value is 114 (44.92% from 255 or 54.81% from 208); Max value from RGB is 114 - color contains mainly: blue. Hex color #154972 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154972 is #EAB68D. Grayscale: #3D3D3D. Windows color (decimal): -15382158 or 7489813. OLE color: 7489813.

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

Color convert

RGB2173114-
CMYK0.820.3600.55
HSL206.45º68.89%26.47%-
HSV(B)206.45º81.58%44.71%-
XYZ5.736.1416.8-
YUV62.13157.2798.67-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.10%
GREEN value IS 73 (28.91% from 255) = 35.10%
BLUE value IS 114 (44.92% from 255) = 54.81%
R=10.10%
G=35.10%
B=54.81%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21731140.820.3600.55206.4568.8926.47
Hex1549725224037ce451a
Octal251111621224406731610532
Binary10101100100111100101010010100100011011111001110100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154972; }

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

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

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

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

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

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

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

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