#10518E

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

Shades of Dark Cerulean #10518E

Tints of Dark Cerulean #10518E

Color information

#10518E (or 0x10518E) is unknown color: approx Dark Cerulean. HEX triplet: 10, 51 and 8E. RGB value is (16,81,142). Sum of RGB (Red+Green+Blue) = 16+81+142=239 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.69% from 239); Green value is 81 (32.03% from 255 or 33.89% from 239); Blue value is 142 (55.86% from 255 or 59.41% from 239); Max value from RGB is 142 - color contains mainly: blue. Hex color #10518E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10518E is #EFAE71. Grayscale: #444444. Windows color (decimal): -15707762 or 9326864. OLE color: 9326864.

HSL color Cylindrical-coordinate representation of color #10518E: hue angle of 209.05º degrees, saturation: 0.8, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #10518E is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1681142-
CMYK0.890.4300.44
HSL209.05º79.75%30.98%-
HSV(B)209.05º88.73%55.69%-
XYZ8.047.9526.7-
YUV68.52169.4790.54-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.69%
GREEN value IS 81 (32.03% from 255) = 33.89%
BLUE value IS 142 (55.86% from 255) = 59.41%
R=6.69%
G=33.89%
B=59.41%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal16811420.890.4300.44209.0579.7530.98
Hex10518E592B02Cd1501f
Octal201212161315305432112037
Binary100001010001100011101011001101011010110011010001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10518E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #10518E; }

 p { color: rgb(16,81,142); }

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

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

 a { background-color: rgb(16,81,142); }

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

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

 span { border-color: rgb(16,81,142); }

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