#154C85

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

Shades of Dark Cerulean #154C85

Tints of Dark Cerulean #154C85

Color information

#154C85 (or 0x154C85) is unknown color: approx Dark Cerulean. HEX triplet: 15, 4C and 85. RGB value is (21,76,133). Sum of RGB (Red+Green+Blue) = 21+76+133=230 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.13% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 133 (52.34% from 255 or 57.83% from 230); Max value from RGB is 133 - color contains mainly: blue. Hex color #154C85 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154C85 is #EAB37A. Grayscale: #414141. Windows color (decimal): -15381371 or 8735765. OLE color: 8735765.

HSL color Cylindrical-coordinate representation of color #154C85: hue angle of 210.54º degrees, saturation: 0.73, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #154C85 is Cyan = 0.84, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2176133-
CMYK0.840.4300.48
HSL210.54º72.73%30.2%-
HSV(B)210.54º84.21%52.16%-
XYZ7.137.0223.17-
YUV66.05165.7895.87-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.13%
GREEN value IS 76 (30.08% from 255) = 33.04%
BLUE value IS 133 (52.34% from 255) = 57.83%
R=9.13%
G=33.04%
B=57.83%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21761330.840.4300.48210.5472.7330.2
Hex154C85542B030d3491e
Octal251142051245306032311136
Binary101011001100100001011010100101011011000011010011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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