Html Css Color HEX #103E86 Dark Cerulean

📋 copy color: '#103E86'

red 16 ◦ green 62 ◦ blue 134

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

Shades of Dark Cerulean #103E86

Tints of Dark Cerulean #103E86

RGB

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

 GREEN value IS 62 (24.61% from 255) = 29.25%

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

R = 7.55%
G = 29.25%
B = 63.21%

CMYK

 C value IS 0.88

 M value IS 0.54

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#103E86 (or 0x103E86) is known color: Dark Cerulean. HEX triplet: 10, 3E and 86. RGB value is (16,62,134). Sum of RGB (Red+Green+Blue) = 16+62+134=212 (28% of max value = 765). Red value is 16 (6.64% from 255 or 7.55% from 212); Green value is 62 (24.61% from 255 or 29.25% from 212); Blue value is 134 (52.73% from 255 or 63.21% from 212); Max value from RGB is 134 - color contains mainly: blue. Hex color #103E86 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103E86 is #EFC179. Grayscale: #383838. Windows color (decimal): -15712634 or 8797712. OLE color: 8797712.

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

Color convert

RGB 16 62 134 -
CMYK 0.88 0.54 0 0.47
HSL 216.61º 0.79% 0.29% -
HSV(B) 216.61º 0.88% 0.53% -
XYZ 6.24 5.28 23.24 -
YUV 56.45 171.76 99.15 -
System Red Green Blue C M Y K H S L
Decimal 16 62 134 0.88 0.54 0 0.47 216.61 0.79 0.29
Hex 10 3E 86 58 36 0 2F D9 4F 1D
Octal 20 76 206 130 66 0 57 331 117 35
Binary 10000 111110 10000110 1011000 110110 0 101111 11011001 1001111 11101

Color Harmonies of #103E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103E86

Black with #103E86

Text Example


Text Example

White with #103E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103E86; }

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

 H1.HeaderClassName
 {
   color: #103E86;
 }
 .AnyTagClassName
 {
   color: #103E86;
 }
</style>

background-color css

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

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

 div.DivClassName
 {
   background-color: #103E86;
 }
 .BgClassName
 {
   background-color: #103E86;
 }
</style>

border-color css

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

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

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