#075EDF

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

Shades of Navy Blue #075EDF

Tints of Navy Blue #075EDF

Color information

#075EDF (or 0x075EDF) is unknown color: approx Navy Blue. HEX triplet: 07, 5E and DF. RGB value is (7,94,223). Sum of RGB (Red+Green+Blue) = 7+94+223=324 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.16% from 324); Green value is 94 (37.11% from 255 or 29.01% from 324); Blue value is 223 (87.5% from 255 or 68.83% from 324); Max value from RGB is 223 - color contains mainly: blue. Hex color #075EDF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075EDF is #F8A120. Grayscale: #525252. Windows color (decimal): -16294177 or 14638599. OLE color: 14638599.

HSL color Cylindrical-coordinate representation of color #075EDF: hue angle of 215.83º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075EDF is Cyan = 0.97, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB794223-
CMYK0.970.5800.13
HSL215.83º93.91%45.1%-
HSV(B)215.83º96.86%87.45%-
XYZ17.4113.3871.48-
YUV82.69207.1874.01-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.16%
GREEN value IS 94 (37.11% from 255) = 29.01%
BLUE value IS 223 (87.5% from 255) = 68.83%
R=2.16%
G=29.01%
B=68.83%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal7942230.970.5800.13215.8393.9145.1
Hex75EDF613A0Dd85e2d
Octal71363371417201533013655
Binary111101111011011111110000111101001101110110001011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075EDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,94,223); }

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

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

 a { background-color: rgb(7,94,223); }

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

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

 span { border-color: rgb(7,94,223); }

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