Html Css Color HEX #104FE0 Navy Blue

📋 copy color: '#104FE0'

red 16 ◦ green 79 ◦ blue 224

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

Shades of Navy Blue #104FE0

Tints of Navy Blue #104FE0

RGB

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

 GREEN value IS 79 (31.25% from 255) = 24.76%

 BLUE value IS 224 (87.89% from 255) = 70.22%

R = 5.02%
G = 24.76%
B = 70.22%

CMYK

 C value IS 0.93

 M value IS 0.65

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#104FE0 (or 0x104FE0) is known color: Navy Blue. HEX triplet: 10, 4F and E0. RGB value is (16,79,224). Sum of RGB (Red+Green+Blue) = 16+79+224=319 (42% of max value = 765). Red value is 16 (6.64% from 255 or 5.02% from 319); Green value is 79 (31.25% from 255 or 24.76% from 319); Blue value is 224 (87.89% from 255 or 70.22% from 319); Max value from RGB is 224 - color contains mainly: blue. Hex color #104FE0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #104FE0 is #EFB01F. Grayscale: #4C4C4C. Windows color (decimal): -15708192 or 14700304. OLE color: 14700304.

HSL color Cylindrical-coordinate representation of color #104FE0: hue angle of 221.83º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #104FE0 is Cyan = 0.93, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 16 79 224 -
CMYK 0.93 0.65 0 0.12
HSL 221.83º 0.87% 0.47% -
HSV(B) 221.83º 0.93% 0.88% -
XYZ 16.46 11.08 71.79 -
YUV 76.69 211.13 84.71 -
System Red Green Blue C M Y K H S L
Decimal 16 79 224 0.93 0.65 0 0.12 221.83 0.87 0.47
Hex 10 4F E0 5D 41 0 C DE 57 2F
Octal 20 117 340 135 101 0 14 336 127 57
Binary 10000 1001111 11100000 1011101 1000001 0 1100 11011110 1010111 101111

Color Harmonies of #104FE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104FE0

Black with #104FE0

Text Example


Text Example

White with #104FE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,79,224); }

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

background-color css

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

 a { background-color: rgb(16,79,224); }

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

border-color css

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

 span { border-color: rgb(16,79,224); }

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