#154884

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

Shades of Dark Cerulean #154884

Tints of Dark Cerulean #154884

Color information

#154884 (or 0x154884) is unknown color: approx Dark Cerulean. HEX triplet: 15, 48 and 84. RGB value is (21,72,132). Sum of RGB (Red+Green+Blue) = 21+72+132=225 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.33% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 132 (51.95% from 255 or 58.67% from 225); Max value from RGB is 132 - color contains mainly: blue. Hex color #154884 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154884 is #EAB77B. Grayscale: #3F3F3F. Windows color (decimal): -15382396 or 8669205. OLE color: 8669205.

HSL color Cylindrical-coordinate representation of color #154884: hue angle of 212.43º 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 #154884 is Cyan = 0.84, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB2172132-
CMYK0.840.4500.48
HSL212.43º72.55%30%-
HSV(B)212.43º84.09%51.76%-
XYZ6.796.4622.72-
YUV63.59166.697.62-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.33%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 132 (51.95% from 255) = 58.67%
R=9.33%
G=32%
B=58.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal21721320.840.4500.48212.4372.5530
Hex154884542D030d4491e
Octal251102041245506032411136
Binary101011001000100001001010100101101011000011010100100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154884; }

 p { color: rgb(21,72,132); }

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

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

 a { background-color: rgb(21,72,132); }

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

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

 span { border-color: rgb(21,72,132); }

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