#154B82

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

Shades of Dark Cerulean #154B82

Tints of Dark Cerulean #154B82

Color information

#154B82 (or 0x154B82) is unknown color: approx Dark Cerulean. HEX triplet: 15, 4B and 82. RGB value is (21,75,130). Sum of RGB (Red+Green+Blue) = 21+75+130=226 (29% of max value = 765). Red value is 21 (8.59% from 255 or 9.29% from 226); Green value is 75 (29.69% from 255 or 33.19% from 226); Blue value is 130 (51.17% from 255 or 57.52% from 226); Max value from RGB is 130 - color contains mainly: blue. Hex color #154B82 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154B82 is #EAB47D. Grayscale: #404040. Windows color (decimal): -15381630 or 8538901. OLE color: 8538901.

HSL color Cylindrical-coordinate representation of color #154B82: hue angle of 210.28º degrees, saturation: 0.72, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #154B82 is Cyan = 0.84, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2175130-
CMYK0.840.4200.49
HSL210.28º72.19%29.61%-
HSV(B)210.28º83.85%50.98%-
XYZ6.856.822.07-
YUV65.12164.6196.53-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.29%
GREEN value IS 75 (29.69% from 255) = 33.19%
BLUE value IS 130 (51.17% from 255) = 57.52%
R=9.29%
G=33.19%
B=57.52%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21751300.840.4200.49210.2872.1929.61
Hex154B82542A031d2481e
Octal251132021245206132211036
Binary101011001011100000101010100101010011000111010010100100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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