#103786

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

Shades of Dark Cerulean #103786

Tints of Dark Cerulean #103786

Color information

#103786 (or 0x103786) is unknown color: approx Dark Cerulean. HEX triplet: 10, 37 and 86. RGB value is (16,55,134). Sum of RGB (Red+Green+Blue) = 16+55+134=205 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.80% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 134 (52.73% from 255 or 65.37% from 205); Max value from RGB is 134 - color contains mainly: blue. Hex color #103786 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103786 is #EFC879. Grayscale: #333333. Windows color (decimal): -15714426 or 8795920. OLE color: 8795920.

HSL color Cylindrical-coordinate representation of color #103786: hue angle of 220.17º 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 #103786 is Cyan = 0.88, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB1655134-
CMYK0.880.5900.47
HSL220.17º78.67%29.41%-
HSV(B)220.17º88.06%52.55%-
XYZ5.884.5623.13-
YUV52.34174.08102.08-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 7.80%
GREEN value IS 55 (21.88% from 255) = 26.83%
BLUE value IS 134 (52.73% from 255) = 65.37%
R=7.80%
G=26.83%
B=65.37%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal16551340.880.5900.47220.1778.6729.41
Hex103786583B02Fdc4f1d
Octal20672061307305733411735
Binary10000110111100001101011000111011010111111011100100111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #103786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #103786; }

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

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

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

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

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

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

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

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