Html Css Color HEX #104DEC Navy Blue

📋 copy color: '#104DEC'

red 16 ◦ green 77 ◦ blue 236

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

Shades of Navy Blue #104DEC

Tints of Navy Blue #104DEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 71.73%

R = 4.86%
G = 23.4%
B = 71.73%

CMYK

 C value IS 0.93

 M value IS 0.67

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#104DEC (or 0x104DEC) is known color: Navy Blue. HEX triplet: 10, 4D and EC. RGB value is (16,77,236). Sum of RGB (Red+Green+Blue) = 16+77+236=329 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.86% from 329); Green value is 77 (30.47% from 255 or 23.40% from 329); Blue value is 236 (92.58% from 255 or 71.73% from 329); Max value from RGB is 236 - color contains mainly: blue. Hex color #104DEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #104DEC is #EFB213. Grayscale: #4C4C4C. Windows color (decimal): -15708692 or 15486224. OLE color: 15486224.

HSL color Cylindrical-coordinate representation of color #104DEC: hue angle of 223.36º degrees, saturation: 0.87, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104DEC is Cyan = 0.93, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 77 236 -
CMYK 0.93 0.67 0 0.07
HSL 223.36º 0.87% 0.49% -
HSV(B) 223.36º 0.93% 0.93% -
XYZ 18.01 11.47 80.62 -
YUV 76.89 217.79 84.57 -
System Red Green Blue C M Y K H S L
Decimal 16 77 236 0.93 0.67 0 0.07 223.36 0.87 0.49
Hex 10 4D EC 5D 43 0 7 DF 57 31
Octal 20 115 354 135 103 0 7 337 127 61
Binary 10000 1001101 11101100 1011101 1000011 0 111 11011111 1010111 110001

Color Harmonies of #104DEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104DEC

Black with #104DEC

Text Example


Text Example

White with #104DEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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