#104cf7

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

Shades of Navy Blue #104CF7

Tints of Navy Blue #104CF7

Color information

#104CF7 (or 0x104CF7) is unknown color: approx Navy Blue. HEX triplet: 10, 4C and F7. RGB value is (16,76,247). Sum of RGB (Red+Green+Blue) = 16+76+247=339 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.72% from 339); Green value is 76 (30.08% from 255 or 22.42% from 339); Blue value is 247 (96.88% from 255 or 72.86% from 339); Max value from RGB is 247 - color contains mainly: blue. Hex color #104CF7 is not a web safe color. Web safe color analog (approx): #0033FF. Inversed color of #104CF7 is #EFB308. Grayscale: #4C4C4C. Windows color (decimal): -15708937 or 16206864. OLE color: 16206864.

HSL color Cylindrical-coordinate representation of color #104CF7: hue angle of 224.42º degrees, saturation: 0.94, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #104CF7 is Cyan = 0.94, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB1676247-
CMYK0.940.6900.03
HSL224.42º93.52%51.57%-
HSV(B)224.42º93.52%96.86%-
XYZ19.5911.9989.28-
YUV77.55223.6284.1-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.72%
GREEN value IS 76 (30.08% from 255) = 22.42%
BLUE value IS 247 (96.88% from 255) = 72.86%
R=4.72%
G=22.42%
B=72.86%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal16762470.940.6900.03224.4293.5251.57
Hex104CF75E4503e05e34
Octal201143671361050334013664
Binary1000010011001111011110111101000101011111000001011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #104cf7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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