Html Css Color HEX #104CFF Navy Blue

📋 copy color: '#104CFF'

red 16 ◦ green 76 ◦ blue 255

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

Shades of Navy Blue #104CFF

Tints of Navy Blue #104CFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 73.49%

R = 4.61%
G = 21.9%
B = 73.49%

CMYK

 C value IS 0.94

 M value IS 0.70

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#104CFF (or 0x104CFF) is known color: Navy Blue. HEX triplet: 10, 4C and FF. RGB value is (16,76,255). Sum of RGB (Red+Green+Blue) = 16+76+255=347 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.61% from 347); Green value is 76 (30.08% from 255 or 21.90% from 347); Blue value is 255 (100% from 255 or 73.49% from 347); Max value from RGB is 255 - color contains mainly: blue. Hex color #104CFF is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #104CFF is #EFB300. Grayscale: #4D4D4D. Windows color (decimal): -15708929 or 16731152. OLE color: 16731152.

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

Color convert

RGB 16 76 255 -
CMYK 0.94 0.70 0 0
HSL 224.94º 1% 0.53% -
HSV(B) 224.94º 0.94% 1% -
XYZ 20.85 12.5 95.92 -
YUV 78.47 227.62 83.45 -
System Red Green Blue C M Y K H S L
Decimal 16 76 255 0.94 0.70 0 0 224.94 1 0.53
Hex 10 4C FF 5E 46 0 0 E1 64 35
Octal 20 114 377 136 106 0 0 341 144 65
Binary 10000 1001100 11111111 1011110 1000110 0 0 11100001 1100100 110101

Color Harmonies of #104CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #104CFF

Black with #104CFF

Text Example


Text Example

White with #104CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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