#075EED

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

Shades of Navy Blue #075EED

Tints of Navy Blue #075EED

Color information

#075EED (or 0x075EED) is unknown color: approx Navy Blue. HEX triplet: 07, 5E and ED. RGB value is (7,94,237). Sum of RGB (Red+Green+Blue) = 7+94+237=338 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.07% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 237 (92.97% from 255 or 70.12% from 338); Max value from RGB is 237 - color contains mainly: blue. Hex color #075EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075EED is #F8A112. Grayscale: #535353. Windows color (decimal): -16294163 or 15556103. OLE color: 15556103.

HSL color Cylindrical-coordinate representation of color #075EED: hue angle of 217.3º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075EED is Cyan = 0.97, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB794237-
CMYK0.970.6000.07
HSL217.3º94.26%47.84%-
HSV(B)217.3º97.05%92.94%-
XYZ19.3814.1781.83-
YUV84.29214.1872.87-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.07%
GREEN value IS 94 (37.11% from 255) = 27.81%
BLUE value IS 237 (92.97% from 255) = 70.12%
R=2.07%
G=27.81%
B=70.12%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal7942370.970.6000.07217.394.2647.84
Hex75EED613C07d95e30
Octal7136355141740733113660
Binary11110111101110110111000011111000111110110011011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075EED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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