#075FFE

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

Shades of Navy Blue #075FFE

Tints of Navy Blue #075FFE

Color information

#075FFE (or 0x075FFE) is unknown color: approx Navy Blue. HEX triplet: 07, 5F and FE. RGB value is (7,95,254). Sum of RGB (Red+Green+Blue) = 7+95+254=356 (47% of max value = 765). Red value is 7 (3.12% from 255 or 1.97% from 356); Green value is 95 (37.5% from 255 or 26.69% from 356); Blue value is 254 (99.61% from 255 or 71.35% from 356); Max value from RGB is 254 - color contains mainly: blue. Hex color #075FFE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075FFE is #F8A001. Grayscale: #565656. Windows color (decimal): -16293890 or 16670471. OLE color: 16670471.

HSL color Cylindrical-coordinate representation of color #075FFE: hue angle of 218.62º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075FFE is Cyan = 0.97, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB795254-
CMYK0.970.6300.00
HSL218.62º99.2%51.18%-
HSV(B)218.62º97.24%99.61%-
XYZ22.0715.3995.57-
YUV86.81222.3571.07-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 1.97%
GREEN value IS 95 (37.5% from 255) = 26.69%
BLUE value IS 254 (99.61% from 255) = 71.35%
R=1.97%
G=26.69%
B=71.35%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal7952540.970.6300.00218.6299.251.18
Hex75FFE613F00db6333
Octal7137376141770033314363
Binary111101111111111110110000111111100110110111100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075FFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #075FFE; }

 p { color: rgb(7,95,254); }

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

<style>
 a { background-color: #075FFE; }

 a { background-color: rgb(7,95,254); }

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

<style>
 span { border-color: #075FFE; }

 span { border-color: rgb(7,95,254); }

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