#104BFA

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

Shades of Navy Blue #104BFA

Tints of Navy Blue #104BFA

Color information

#104BFA (or 0x104BFA) is unknown color: approx Navy Blue. HEX triplet: 10, 4B and FA. RGB value is (16,75,250). Sum of RGB (Red+Green+Blue) = 16+75+250=341 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.69% from 341); Green value is 75 (29.69% from 255 or 21.99% from 341); Blue value is 250 (98.05% from 255 or 73.31% from 341); Max value from RGB is 250 - color contains mainly: blue. Hex color #104BFA is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #104BFA is #EFB405. Grayscale: #4C4C4C. Windows color (decimal): -15709190 or 16403216. OLE color: 16403216.

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

Color convert

RGB1675250-
CMYK0.940.700.02
HSL224.87º95.9%52.16%-
HSV(B)224.87º93.6%98.04%-
XYZ19.9912.0491.71-
YUV77.31225.4584.27-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.69%
GREEN value IS 75 (29.69% from 255) = 21.99%
BLUE value IS 250 (98.05% from 255) = 73.31%
R=4.69%
G=21.99%
B=73.31%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.7
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal16752500.940.700.02224.8795.952.16
Hex104BFA5E4602e16034
Octal201133721361060234114064
Binary1000010010111111101010111101000110010111000011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104BFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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