#103686

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

Shades of Dark Cerulean #103686

Tints of Dark Cerulean #103686

Color information

#103686 (or 0x103686) is unknown color: approx Dark Cerulean. HEX triplet: 10, 36 and 86. RGB value is (16,54,134). Sum of RGB (Red+Green+Blue) = 16+54+134=204 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.84% from 204); Green value is 54 (21.48% from 255 or 26.47% from 204); Blue value is 134 (52.73% from 255 or 65.69% from 204); Max value from RGB is 134 - color contains mainly: blue. Hex color #103686 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103686 is #EFC979. Grayscale: #333333. Windows color (decimal): -15714682 or 8795664. OLE color: 8795664.

HSL color Cylindrical-coordinate representation of color #103686: hue angle of 220.68º degrees, saturation: 0.79, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #103686 is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1654134-
CMYK0.880.6000.47
HSL220.68º78.67%29.41%-
HSV(B)220.68º88.06%52.55%-
XYZ5.844.4723.11-
YUV51.76174.41102.5-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.84%
GREEN value IS 54 (21.48% from 255) = 26.47%
BLUE value IS 134 (52.73% from 255) = 65.69%
R=7.84%
G=26.47%
B=65.69%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal16541340.880.6000.47220.6878.6729.41
Hex103686583C02Fdd4f1d
Octal20662061307405733511735
Binary10000110110100001101011000111100010111111011101100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103686; }

 p { color: rgb(16,54,134); }

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

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

 a { background-color: rgb(16,54,134); }

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

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

 span { border-color: rgb(16,54,134); }

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