Html Css Color HEX #104CFE Navy Blue

📋 copy color: '#104CFE'

red 16 ◦ green 76 ◦ blue 254

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

Shades of Navy Blue #104CFE

Tints of Navy Blue #104CFE

RGB

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

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

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

R = 4.62%
G = 21.97%
B = 73.41%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#104CFE (or 0x104CFE) is known color: Navy Blue. HEX triplet: 10, 4C and FE. RGB value is (16,76,254). Sum of RGB (Red+Green+Blue) = 16+76+254=346 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.62% from 346); Green value is 76 (30.08% from 255 or 21.97% from 346); Blue value is 254 (99.61% from 255 or 73.41% from 346); Max value from RGB is 254 - color contains mainly: blue. Hex color #104CFE is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #104CFE is #EFB301. Grayscale: #4D4D4D. Windows color (decimal): -15708930 or 16665616. OLE color: 16665616.

HSL color Cylindrical-coordinate representation of color #104CFE: hue angle of 224.87º 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 #104CFE is Cyan = 0.94, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 16 76 254 -
CMYK 0.94 0.70 0 0.00
HSL 224.87º 0.99% 0.53% -
HSV(B) 224.87º 0.94% 1% -
XYZ 20.69 12.43 95.08 -
YUV 78.35 227.12 83.53 -
System Red Green Blue C M Y K H S L
Decimal 16 76 254 0.94 0.70 0 0.00 224.87 0.99 0.53
Hex 10 4C FE 5E 46 0 0 E1 63 35
Octal 20 114 376 136 106 0 0 341 143 65
Binary 10000 1001100 11111110 1011110 1000110 0 0 11100001 1100011 110101

Color Harmonies of #104CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104CFE

Black with #104CFE

Text Example


Text Example

White with #104CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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