Html Css Color HEX #103686 Dark Cerulean

📋 copy color: '#103686'

red 16 ◦ green 54 ◦ blue 134

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

Shades of Dark Cerulean #103686

Tints of Dark Cerulean #103686

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 value IS 0.88

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

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

RGB 16 54 134 -
CMYK 0.88 0.60 0 0.47
HSL 220.68º 0.79% 0.29% -
HSV(B) 220.68º 0.88% 0.53% -
XYZ 5.84 4.47 23.11 -
YUV 51.76 174.41 102.5 -
System Red Green Blue C M Y K H S L
Decimal 16 54 134 0.88 0.60 0 0.47 220.68 0.79 0.29
Hex 10 36 86 58 3C 0 2F DD 4F 1D
Octal 20 66 206 130 74 0 57 335 117 35
Binary 10000 110110 10000110 1011000 111100 0 101111 11011101 1001111 11101

Color Harmonies of #103686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103686

Black with #103686

Text Example


Text Example

White with #103686

Text Example


Text Example

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