Html Css Color HEX #104CEC Navy Blue

📋 copy color: '#104CEC'

red 16 ◦ green 76 ◦ blue 236

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

Shades of Navy Blue #104CEC

Tints of Navy Blue #104CEC

RGB

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

 GREEN value IS 76 (30.08% from 255) = 23.17%

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

R = 4.88%
G = 23.17%
B = 71.95%

CMYK

 C value IS 0.93

 M value IS 0.68

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#104CEC (or 0x104CEC) is known color: Navy Blue. HEX triplet: 10, 4C and EC. RGB value is (16,76,236). Sum of RGB (Red+Green+Blue) = 16+76+236=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 76 (30.08% from 255 or 23.17% from 328); Blue value is 236 (92.58% from 255 or 71.95% from 328); Max value from RGB is 236 - color contains mainly: blue. Hex color #104CEC is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #104CEC is #EFB313. Grayscale: #4B4B4B. Windows color (decimal): -15708948 or 15485968. OLE color: 15485968.

HSL color Cylindrical-coordinate representation of color #104CEC: hue angle of 223.64º 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 #104CEC is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 16 76 236 -
CMYK 0.93 0.68 0 0.07
HSL 223.64º 0.87% 0.49% -
HSV(B) 223.64º 0.93% 0.93% -
XYZ 17.94 11.34 80.6 -
YUV 76.3 218.12 84.99 -
System Red Green Blue C M Y K H S L
Decimal 16 76 236 0.93 0.68 0 0.07 223.64 0.87 0.49
Hex 10 4C EC 5D 44 0 7 E0 57 31
Octal 20 114 354 135 104 0 7 340 127 61
Binary 10000 1001100 11101100 1011101 1000100 0 111 11100000 1010111 110001

Color Harmonies of #104CEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104CEC

Black with #104CEC

Text Example


Text Example

White with #104CEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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