#154970

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

Shades of Dark Cerulean #154970

Tints of Dark Cerulean #154970

Color information

#154970 (or 0x154970) is unknown color: approx Dark Cerulean. HEX triplet: 15, 49 and 70. RGB value is (21,73,112). Sum of RGB (Red+Green+Blue) = 21+73+112=206 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.19% from 206); Green value is 73 (28.91% from 255 or 35.44% from 206); Blue value is 112 (44.14% from 255 or 54.37% from 206); Max value from RGB is 112 - color contains mainly: blue. Hex color #154970 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154970 is #EAB68F. Grayscale: #3D3D3D. Windows color (decimal): -15382160 or 7358741. OLE color: 7358741.

HSL color Cylindrical-coordinate representation of color #154970: hue angle of 205.71º degrees, saturation: 0.68, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #154970 is Cyan = 0.81, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2173112-
CMYK0.810.3500.56
HSL205.71º68.42%26.08%-
HSV(B)205.71º81.25%43.92%-
XYZ5.626.0916.21-
YUV61.9156.2798.83-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.19%
GREEN value IS 73 (28.91% from 255) = 35.44%
BLUE value IS 112 (44.14% from 255) = 54.37%
R=10.19%
G=35.44%
B=54.37%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21731120.810.3500.56205.7168.4226.08
Hex1549705123038ce441a
Octal251111601214307031610432
Binary10101100100111100001010001100011011100011001110100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154970

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154970; }

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

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

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

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

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

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

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

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