Html Css Color HEX #104FE9 Navy Blue

📋 copy color: '#104FE9'

red 16 ◦ green 79 ◦ blue 233

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

Shades of Navy Blue #104FE9

Tints of Navy Blue #104FE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 71.04%

R = 4.88%
G = 24.09%
B = 71.04%

CMYK

 C value IS 0.93

 M value IS 0.66

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#104FE9 (or 0x104FE9) is known color: Navy Blue. HEX triplet: 10, 4F and E9. RGB value is (16,79,233). Sum of RGB (Red+Green+Blue) = 16+79+233=328 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.88% from 328); Green value is 79 (31.25% from 255 or 24.09% from 328); Blue value is 233 (91.41% from 255 or 71.04% from 328); Max value from RGB is 233 - color contains mainly: blue. Hex color #104FE9 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #104FE9 is #EFB016. Grayscale: #4D4D4D. Windows color (decimal): -15708183 or 15290128. OLE color: 15290128.

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

Color convert

RGB 16 79 233 -
CMYK 0.93 0.66 0 0.09
HSL 222.58º 0.87% 0.49% -
HSV(B) 222.58º 0.93% 0.91% -
XYZ 17.72 11.59 78.39 -
YUV 77.72 215.63 83.98 -
System Red Green Blue C M Y K H S L
Decimal 16 79 233 0.93 0.66 0 0.09 222.58 0.87 0.49
Hex 10 4F E9 5D 42 0 9 DF 57 31
Octal 20 117 351 135 102 0 11 337 127 61
Binary 10000 1001111 11101001 1011101 1000010 0 1001 11011111 1010111 110001

Color Harmonies of #104FE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104FE9

Black with #104FE9

Text Example


Text Example

White with #104FE9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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