Html Css Color HEX #104986 Dark Cerulean

📋 copy color: '#104986'

red 16 ◦ green 73 ◦ blue 134

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

Shades of Dark Cerulean #104986

Tints of Dark Cerulean #104986

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.74%

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

R = 7.17%
G = 32.74%
B = 60.09%

CMYK

 C value IS 0.88

 M value IS 0.46

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#104986 (or 0x104986) is known color: Dark Cerulean. HEX triplet: 10, 49 and 86. RGB value is (16,73,134). Sum of RGB (Red+Green+Blue) = 16+73+134=223 (29% of max value = 765). Red value is 16 (6.64% from 255 or 7.17% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 134 (52.73% from 255 or 60.09% from 223); Max value from RGB is 134 - color contains mainly: blue. Hex color #104986 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #104986 is #EFB679. Grayscale: #3E3E3E. Windows color (decimal): -15709818 or 8800528. OLE color: 8800528.

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

Color convert

RGB 16 73 134 -
CMYK 0.88 0.46 0 0.47
HSL 211.02º 0.79% 0.29% -
HSV(B) 211.02º 0.88% 0.53% -
XYZ 6.9 6.6 23.46 -
YUV 62.91 168.12 94.54 -
System Red Green Blue C M Y K H S L
Decimal 16 73 134 0.88 0.46 0 0.47 211.02 0.79 0.29
Hex 10 49 86 58 2E 0 2F D3 4F 1D
Octal 20 111 206 130 56 0 57 323 117 35
Binary 10000 1001001 10000110 1011000 101110 0 101111 11010011 1001111 11101

Color Harmonies of #104986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104986

Black with #104986

Text Example


Text Example

White with #104986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #104986; }

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

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

background-color css

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

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

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

border-color css

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

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

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