Html Css Color HEX #104D86 Dark Cerulean

📋 copy color: '#104D86'

red 16 ◦ green 77 ◦ blue 134

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

Shades of Dark Cerulean #104D86

Tints of Dark Cerulean #104D86

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.92%

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

R = 7.05%
G = 33.92%
B = 59.03%

CMYK

 C value IS 0.88

 M value IS 0.43

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#104D86 (or 0x104D86) is known color: Dark Cerulean. HEX triplet: 10, 4D and 86. RGB value is (16,77,134). Sum of RGB (Red+Green+Blue) = 16+77+134=227 (30% of max value = 765). Red value is 16 (6.64% from 255 or 7.05% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 134 (52.73% from 255 or 59.03% from 227); Max value from RGB is 134 - color contains mainly: blue. Hex color #104D86 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #104D86 is #EFB279. Grayscale: #404040. Windows color (decimal): -15708794 or 8801552. OLE color: 8801552.

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

Color convert

RGB 16 77 134 -
CMYK 0.88 0.43 0 0.47
HSL 208.98º 0.79% 0.29% -
HSV(B) 208.98º 0.88% 0.53% -
XYZ 7.17 7.14 23.55 -
YUV 65.26 166.79 92.87 -
System Red Green Blue C M Y K H S L
Decimal 16 77 134 0.88 0.43 0 0.47 208.98 0.79 0.29
Hex 10 4D 86 58 2B 0 2F D1 4F 1D
Octal 20 115 206 130 53 0 57 321 117 35
Binary 10000 1001101 10000110 1011000 101011 0 101111 11010001 1001111 11101

Color Harmonies of #104D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104D86

Black with #104D86

Text Example


Text Example

White with #104D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104D86; }

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

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

background-color css

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

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

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

border-color css

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

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

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