#075AE7

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

Shades of Navy Blue #075AE7

Tints of Navy Blue #075AE7

Color information

#075AE7 (or 0x075AE7) is unknown color: approx Navy Blue. HEX triplet: 07, 5A and E7. RGB value is (7,90,231). Sum of RGB (Red+Green+Blue) = 7+90+231=328 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.13% from 328); Green value is 90 (35.55% from 255 or 27.44% from 328); Blue value is 231 (90.62% from 255 or 70.43% from 328); Max value from RGB is 231 - color contains mainly: blue. Hex color #075AE7 is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075AE7 is #F8A518. Grayscale: #505050. Windows color (decimal): -16295193 or 15161863. OLE color: 15161863.

HSL color Cylindrical-coordinate representation of color #075AE7: hue angle of 217.77º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075AE7 is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB790231-
CMYK0.970.6100.09
HSL217.77º94.12%46.67%-
HSV(B)217.77º96.97%90.59%-
XYZ18.1713.1377.18-
YUV81.26212.575.04-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.13%
GREEN value IS 90 (35.55% from 255) = 27.44%
BLUE value IS 231 (90.62% from 255) = 70.43%
R=2.13%
G=27.44%
B=70.43%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal7902310.970.6100.09217.7794.1246.67
Hex75AE7613D09da5e2f
Octal71323471417501133213657
Binary111101101011100111110000111110101001110110101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075AE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,90,231); }

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

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

 a { background-color: rgb(7,90,231); }

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

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

 span { border-color: rgb(7,90,231); }

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