#154895

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

Shades of Dark Cerulean #154895

Tints of Dark Cerulean #154895

Color information

#154895 (or 0x154895) is unknown color: approx Dark Cerulean. HEX triplet: 15, 48 and 95. RGB value is (21,72,149). Sum of RGB (Red+Green+Blue) = 21+72+149=242 (32% of max value = 765). Red value is 21 (8.59% from 255 or 8.68% from 242); Green value is 72 (28.52% from 255 or 29.75% from 242); Blue value is 149 (58.59% from 255 or 61.57% from 242); Max value from RGB is 149 - color contains mainly: blue. Hex color #154895 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #154895 is #EAB76A. Grayscale: #414141. Windows color (decimal): -15382379 or 9783317. OLE color: 9783317.

HSL color Cylindrical-coordinate representation of color #154895: hue angle of 216.09º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #154895 is Cyan = 0.86, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB2172149-
CMYK0.860.5200.42
HSL216.09º75.29%33.33%-
HSV(B)216.09º85.91%58.43%-
XYZ8.056.9629.35-
YUV65.53175.196.24-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 8.68%
GREEN value IS 72 (28.52% from 255) = 29.75%
BLUE value IS 149 (58.59% from 255) = 61.57%
R=8.68%
G=29.75%
B=61.57%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal21721490.860.5200.42216.0975.2933.33
Hex154895563402Ad84b21
Octal251102251266405233011341
Binary1010110010001001010110101101101000101010110110001001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #154895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #154895; }

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

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

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

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

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

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

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

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