#154081

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

Shades of Dark Cerulean #154081

Tints of Dark Cerulean #154081

Color information

#154081 (or 0x154081) is unknown color: approx Dark Cerulean. HEX triplet: 15, 40 and 81. RGB value is (21,64,129). Sum of RGB (Red+Green+Blue) = 21+64+129=214 (28% of max value = 765). Red value is 21 (8.59% from 255 or 9.81% from 214); Green value is 64 (25.39% from 255 or 29.91% from 214); Blue value is 129 (50.78% from 255 or 60.28% from 214); Max value from RGB is 129 - color contains mainly: blue. Hex color #154081 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154081 is #EABF7E. Grayscale: #3A3A3A. Windows color (decimal): -15384447 or 8470549. OLE color: 8470549.

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

Color convert

RGB2164129-
CMYK0.840.5000.49
HSL216.11º72%29.41%-
HSV(B)216.11º83.72%50.59%-
XYZ6.115.4121.49-
YUV58.55167.75101.21-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.81%
GREEN value IS 64 (25.39% from 255) = 29.91%
BLUE value IS 129 (50.78% from 255) = 60.28%
R=9.81%
G=29.91%
B=60.28%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21641290.840.5000.49216.117229.41
Hex1540815432031d8481d
Octal251002011246206133011035
Binary101011000000100000011010100110010011000111011000100100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154081; }

 p { color: rgb(21,64,129); }

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

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

 a { background-color: rgb(21,64,129); }

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

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

 span { border-color: rgb(21,64,129); }

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