#154990

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

Shades of Dark Cerulean #154990

Tints of Dark Cerulean #154990

Color information

#154990 (or 0x154990) is unknown color: approx Dark Cerulean. HEX triplet: 15, 49 and 90. RGB value is (21,73,144). Sum of RGB (Red+Green+Blue) = 21+73+144=238 (31% of max value = 765). Red value is 21 (8.59% from 255 or 8.82% from 238); Green value is 73 (28.91% from 255 or 30.67% from 238); Blue value is 144 (56.64% from 255 or 60.50% from 238); Max value from RGB is 144 - color contains mainly: blue. Hex color #154990 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154990 is #EAB66F. Grayscale: #414141. Windows color (decimal): -15382128 or 9455893. OLE color: 9455893.

HSL color Cylindrical-coordinate representation of color #154990: hue angle of 214.63º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #154990 is Cyan = 0.85, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB2173144-
CMYK0.850.4900.44
HSL214.63º74.55%32.35%-
HSV(B)214.63º85.42%56.47%-
XYZ7.736.9427.32-
YUV65.55172.2796.23-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.82%
GREEN value IS 73 (28.91% from 255) = 30.67%
BLUE value IS 144 (56.64% from 255) = 60.50%
R=8.82%
G=30.67%
B=60.50%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal21731440.850.4900.44214.6374.5532.35
Hex154990553102Cd74b20
Octal251112201256105432711340
Binary1010110010011001000010101011100010101100110101111001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154990; }

 p { color: rgb(21,73,144); }

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

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

 a { background-color: rgb(21,73,144); }

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

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

 span { border-color: rgb(21,73,144); }

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