#154B84

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

Shades of Dark Cerulean #154B84

Tints of Dark Cerulean #154B84

Color information

#154B84 (or 0x154B84) is unknown color: approx Dark Cerulean. HEX triplet: 15, 4B and 84. RGB value is (21,75,132). Sum of RGB (Red+Green+Blue) = 21+75+132=228 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.21% from 228); Green value is 75 (29.69% from 255 or 32.89% from 228); Blue value is 132 (51.95% from 255 or 57.89% from 228); Max value from RGB is 132 - color contains mainly: blue. Hex color #154B84 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154B84 is #EAB47B. Grayscale: #414141. Windows color (decimal): -15381628 or 8669973. OLE color: 8669973.

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

Color convert

RGB2175132-
CMYK0.840.4300.48
HSL210.81º72.55%30%-
HSV(B)210.81º84.09%51.76%-
XYZ6.996.8622.79-
YUV65.35165.6196.37-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.21%
GREEN value IS 75 (29.69% from 255) = 32.89%
BLUE value IS 132 (51.95% from 255) = 57.89%
R=9.21%
G=32.89%
B=57.89%

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
Decimal21751320.840.4300.48210.8172.5530
Hex154B84542B030d3491e
Octal251132041245306032311136
Binary101011001011100001001010100101011011000011010011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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