#10518F

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

Shades of Dark Cerulean #10518F

Tints of Dark Cerulean #10518F

Color information

#10518F (or 0x10518F) is unknown color: approx Dark Cerulean. HEX triplet: 10, 51 and 8F. RGB value is (16,81,143). Sum of RGB (Red+Green+Blue) = 16+81+143=240 (31% of max value = 765). Red value is 16 (6.64% from 255 or 6.67% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 143 (56.25% from 255 or 59.58% from 240); Max value from RGB is 143 - color contains mainly: blue. Hex color #10518F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #10518F is #EFAE70. Grayscale: #444444. Windows color (decimal): -15707761 or 9392400. OLE color: 9392400.

HSL color Cylindrical-coordinate representation of color #10518F: hue angle of 209.29º 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 #10518F is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB1681143-
CMYK0.890.4300.44
HSL209.29º79.87%31.18%-
HSV(B)209.29º88.81%56.08%-
XYZ8.117.9827.1-
YUV68.63169.9790.46-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 6.67%
GREEN value IS 81 (32.03% from 255) = 33.75%
BLUE value IS 143 (56.25% from 255) = 59.58%
R=6.67%
G=33.75%
B=59.58%

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
Decimal16811430.890.4300.44209.2979.8731.18
Hex10518F592B02Cd1501f
Octal201212171315305432112037
Binary100001010001100011111011001101011010110011010001101000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #10518F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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