#104AFA

Color #104AFA Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #104AFA

Tints of Navy Blue #104AFA

Color information

#104AFA (or 0x104AFA) is unknown color: approx Navy Blue. HEX triplet: 10, 4A and FA. RGB value is (16,74,250). Sum of RGB (Red+Green+Blue) = 16+74+250=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 74 (29.30% from 255 or 21.76% from 340); Blue value is 250 (98.05% from 255 or 73.53% from 340); Max value from RGB is 250 - color contains mainly: blue. Hex color #104AFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #104AFA is #EFB505. Grayscale: #4B4B4B. Windows color (decimal): -15709446 or 16402960. OLE color: 16402960.

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

Color convert

RGB1674250-
CMYK0.940.7000.02
HSL225.13º95.9%52.16%-
HSV(B)225.13º93.6%98.04%-
XYZ19.9211.9191.69-
YUV76.72225.7884.69-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.71%
GREEN value IS 74 (29.30% from 255) = 21.76%
BLUE value IS 250 (98.05% from 255) = 73.53%
R=4.71%
G=21.76%
B=73.53%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal16742500.940.7000.02225.1395.952.16
Hex104AFA5E4602e16034
Octal201123721361060234114064
Binary1000010010101111101010111101000110010111000011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104AFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #104AFA;
 }
 .AnyTagClassName
 {
   color: #104AFA;
 }
</style>
background-color css

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

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

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

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

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

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