Html Css Color HEX #104AFE Navy Blue

📋 copy color: '#104AFE'

red 16 ◦ green 74 ◦ blue 254

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

Shades of Navy Blue #104AFE

Tints of Navy Blue #104AFE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 21.51%

 BLUE value IS 254 (99.61% from 255) = 73.84%

R = 4.65%
G = 21.51%
B = 73.84%

CMYK

 C value IS 0.94

 M value IS 0.71

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#104AFE (or 0x104AFE) is known color: Navy Blue. HEX triplet: 10, 4A and FE. RGB value is (16,74,254). Sum of RGB (Red+Green+Blue) = 16+74+254=344 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.65% from 344); Green value is 74 (29.30% from 255 or 21.51% from 344); Blue value is 254 (99.61% from 255 or 73.84% from 344); Max value from RGB is 254 - color contains mainly: blue. Hex color #104AFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #104AFE is #EFB501. Grayscale: #4C4C4C. Windows color (decimal): -15709442 or 16665104. OLE color: 16665104.

HSL color Cylindrical-coordinate representation of color #104AFE: hue angle of 225.38º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #104AFE is Cyan = 0.94, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 16 74 254 -
CMYK 0.94 0.71 0 0.00
HSL 225.38º 0.99% 0.53% -
HSV(B) 225.38º 0.94% 1% -
XYZ 20.55 12.16 95.03 -
YUV 77.18 227.78 84.36 -
System Red Green Blue C M Y K H S L
Decimal 16 74 254 0.94 0.71 0 0.00 225.38 0.99 0.53
Hex 10 4A FE 5E 47 0 0 E1 63 35
Octal 20 112 376 136 107 0 0 341 143 65
Binary 10000 1001010 11111110 1011110 1000111 0 0 11100001 1100011 110101

Color Harmonies of #104AFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104AFE

Black with #104AFE

Text Example


Text Example

White with #104AFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(16,74,254); }

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

background-color css

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

 a { background-color: rgb(16,74,254); }

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

border-color css

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

 span { border-color: rgb(16,74,254); }

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