#154C70

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

Shades of Dark Cerulean #154C70

Tints of Dark Cerulean #154C70

Color information

#154C70 (or 0x154C70) is unknown color: approx Dark Cerulean. HEX triplet: 15, 4C and 70. RGB value is (21,76,112). Sum of RGB (Red+Green+Blue) = 21+76+112=209 (27% of max value = 765). Red value is 21 (8.59% from 255 or 10.05% from 209); Green value is 76 (30.08% from 255 or 36.36% from 209); Blue value is 112 (44.14% from 255 or 53.59% from 209); Max value from RGB is 112 - color contains mainly: blue. Hex color #154C70 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154C70 is #EAB38F. Grayscale: #3F3F3F. Windows color (decimal): -15381392 or 7359509. OLE color: 7359509.

HSL color Cylindrical-coordinate representation of color #154C70: hue angle of 203.74º 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 #154C70 is Cyan = 0.81, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2176112-
CMYK0.810.3200.56
HSL203.74º68.42%26.08%-
HSV(B)203.74º81.25%43.92%-
XYZ5.826.516.28-
YUV63.66155.2897.57-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 10.05%
GREEN value IS 76 (30.08% from 255) = 36.36%
BLUE value IS 112 (44.14% from 255) = 53.59%
R=10.05%
G=36.36%
B=53.59%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal21761120.810.3200.56203.7468.4226.08
Hex154C705120038cc441a
Octal251141601214007031410432
Binary10101100110011100001010001100000011100011001100100010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154C70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154C70; }

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

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

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

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

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

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

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

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