Html Css Color HEX #104FEA Navy Blue

📋 copy color: '#104FEA'

red 16 ◦ green 79 ◦ blue 234

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

Shades of Navy Blue #104FEA

Tints of Navy Blue #104FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 71.12%

R = 4.86%
G = 24.01%
B = 71.12%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#104FEA (or 0x104FEA) is known color: Navy Blue. HEX triplet: 10, 4F and EA. RGB value is (16,79,234). Sum of RGB (Red+Green+Blue) = 16+79+234=329 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.86% from 329); Green value is 79 (31.25% from 255 or 24.01% from 329); Blue value is 234 (91.80% from 255 or 71.12% from 329); Max value from RGB is 234 - color contains mainly: blue. Hex color #104FEA is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #104FEA is #EFB015. Grayscale: #4D4D4D. Windows color (decimal): -15708182 or 15355664. OLE color: 15355664.

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

Color convert

RGB 16 79 234 -
CMYK 0.93 0.66 0 0.08
HSL 222.66º 0.87% 0.49% -
HSV(B) 222.66º 0.93% 0.92% -
XYZ 17.86 11.64 79.15 -
YUV 77.83 216.13 83.9 -
System Red Green Blue C M Y K H S L
Decimal 16 79 234 0.93 0.66 0 0.08 222.66 0.87 0.49
Hex 10 4F EA 5D 42 0 8 DF 57 31
Octal 20 117 352 135 102 0 10 337 127 61
Binary 10000 1001111 11101010 1011101 1000010 0 1000 11011111 1010111 110001

Color Harmonies of #104FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104FEA

Black with #104FEA

Text Example


Text Example

White with #104FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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