Html Css Color HEX #103786 Dark Cerulean

📋 copy color: '#103786'

red 16 ◦ green 55 ◦ blue 134

#103786
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #103786

Tints of Dark Cerulean #103786

RGB

 RED value IS 16 (6.64% from 255) = 7.8%

 GREEN value IS 55 (21.88% from 255) = 26.83%

 BLUE value IS 134 (52.73% from 255) = 65.37%

R = 7.8%
G = 26.83%
B = 65.37%

CMYK

 C value IS 0.88

 M value IS 0.59

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#103786 (or 0x103786) is known color: 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

RGB 16 55 134 -
CMYK 0.88 0.59 0 0.47
HSL 220.17º 0.79% 0.29% -
HSV(B) 220.17º 0.88% 0.53% -
XYZ 5.88 4.56 23.13 -
YUV 52.35 174.08 102.08 -
System Red Green Blue C M Y K H S L
Decimal 16 55 134 0.88 0.59 0 0.47 220.17 0.79 0.29
Hex 10 37 86 58 3B 0 2F DC 4F 1D
Octal 20 67 206 130 73 0 57 334 117 35
Binary 10000 110111 10000110 1011000 111011 0 101111 11011100 1001111 11101

Color Harmonies of #103786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103786

Black with #103786

Text Example


Text Example

White with #103786

Text Example


Text Example

HTML Codes & Css Web 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>