#154974

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

Shades of Dark Cerulean #154974

Tints of Dark Cerulean #154974

Color information

#154974 (or 0x154974) is unknown color: approx Dark Cerulean. HEX triplet: 15, 49 and 74. RGB value is (21,73,116). Sum of RGB (Red+Green+Blue) = 21+73+116=210 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10% from 210); Green value is 73 (28.91% from 255 or 34.76% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #154974 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154974 is #EAB68B. Grayscale: #3E3E3E. Windows color (decimal): -15382156 or 7620885. OLE color: 7620885.

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

Color convert

RGB2173116-
CMYK0.820.3700.55
HSL207.16º69.34%26.86%-
HSV(B)207.16º81.9%45.49%-
XYZ5.846.1917.41-
YUV62.35158.2798.5-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10%
GREEN value IS 73 (28.91% from 255) = 34.76%
BLUE value IS 116 (45.70% from 255) = 55.24%
R=10%
G=34.76%
B=55.24%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21731160.820.3700.55207.1669.3426.86
Hex1549745225037cf451b
Octal251111641224506731710533
Binary10101100100111101001010010100101011011111001111100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154974; }

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

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

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

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

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

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

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

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