#154C7F

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

Shades of Dark Cerulean #154C7F

Tints of Dark Cerulean #154C7F

Color information

#154C7F (or 0x154C7F) is unknown color: approx Dark Cerulean. HEX triplet: 15, 4C and 7F. RGB value is (21,76,127). Sum of RGB (Red+Green+Blue) = 21+76+127=224 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.38% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 127 (50% from 255 or 56.70% from 224); Max value from RGB is 127 - color contains mainly: blue. Hex color #154C7F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #154C7F is #EAB380. Grayscale: #414141. Windows color (decimal): -15381377 or 8342549. OLE color: 8342549.

HSL color Cylindrical-coordinate representation of color #154C7F: hue angle of 208.87º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #154C7F is Cyan = 0.83, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2176127-
CMYK0.830.4000.50
HSL208.87º71.62%29.02%-
HSV(B)208.87º83.46%49.8%-
XYZ6.726.8621.05-
YUV65.37162.7896.35-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.38%
GREEN value IS 76 (30.08% from 255) = 33.93%
BLUE value IS 127 (50% from 255) = 56.70%
R=9.38%
G=33.93%
B=56.70%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal21761270.830.4000.50208.8771.6229.02
Hex154C7F5328032d1481d
Octal251141771235006232111035
Binary10101100110011111111010011101000011001011010001100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154C7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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