#15468D

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

Shades of Dark Cerulean #15468D

Tints of Dark Cerulean #15468D

Color information

#15468D (or 0x15468D) is unknown color: approx Dark Cerulean. HEX triplet: 15, 46 and 8D. RGB value is (21,70,141). Sum of RGB (Red+Green+Blue) = 21+70+141=232 (30% of max value = 765). Red value is 21 (8.59% from 255 or 9.05% from 232); Green value is 70 (27.73% from 255 or 30.17% from 232); Blue value is 141 (55.47% from 255 or 60.78% from 232); Max value from RGB is 141 - color contains mainly: blue. Hex color #15468D is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #15468D is #EAB972. Grayscale: #3F3F3F. Windows color (decimal): -15382899 or 9258517. OLE color: 9258517.

HSL color Cylindrical-coordinate representation of color #15468D: hue angle of 215.5º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #15468D is Cyan = 0.85, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB2170141-
CMYK0.850.5000.45
HSL215.5º74.07%31.76%-
HSV(B)215.5º85.11%55.29%-
XYZ7.316.4626.06-
YUV63.44171.7797.73-

RGB Variations

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

RGB

RED value IS 21 (8.59% from 255) = 9.05%
GREEN value IS 70 (27.73% from 255) = 30.17%
BLUE value IS 141 (55.47% from 255) = 60.78%
R=9.05%
G=30.17%
B=60.78%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal21701410.850.5000.45215.574.0731.76
Hex15468D553202Dd84a20
Octal251062151256205533011240
Binary1010110001101000110110101011100100101101110110001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #15468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #15468D; }

 p { color: rgb(21,70,141); }

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

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

 a { background-color: rgb(21,70,141); }

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

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

 span { border-color: rgb(21,70,141); }

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