Html Css Color HEX #103886 Dark Cerulean

📋 copy color: '#103886'

red 16 ◦ green 56 ◦ blue 134

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

Shades of Dark Cerulean #103886

Tints of Dark Cerulean #103886

RGB

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

 GREEN value IS 56 (22.27% from 255) = 27.18%

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

R = 7.77%
G = 27.18%
B = 65.05%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#103886 (or 0x103886) is known color: Dark Cerulean. HEX triplet: 10, 38 and 86. RGB value is (16,56,134). Sum of RGB (Red+Green+Blue) = 16+56+134=206 (27% of max value = 765). Red value is 16 (6.64% from 255 or 7.77% from 206); Green value is 56 (22.27% from 255 or 27.18% from 206); Blue value is 134 (52.73% from 255 or 65.05% from 206); Max value from RGB is 134 - color contains mainly: blue. Hex color #103886 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #103886 is #EFC779. Grayscale: #343434. Windows color (decimal): -15714170 or 8796176. OLE color: 8796176.

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

Color convert

RGB 16 56 134 -
CMYK 0.88 0.58 0 0.47
HSL 219.66º 0.79% 0.29% -
HSV(B) 219.66º 0.88% 0.53% -
XYZ 5.93 4.66 23.14 -
YUV 52.93 173.75 101.66 -
System Red Green Blue C M Y K H S L
Decimal 16 56 134 0.88 0.58 0 0.47 219.66 0.79 0.29
Hex 10 38 86 58 3A 0 2F DC 4F 1D
Octal 20 70 206 130 72 0 57 334 117 35
Binary 10000 111000 10000110 1011000 111010 0 101111 11011100 1001111 11101

Color Harmonies of #103886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #103886

Black with #103886

Text Example


Text Example

White with #103886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #103886; }

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

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

background-color css

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

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

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

border-color css

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

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

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