#075CE2

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

Shades of Navy Blue #075CE2

Tints of Navy Blue #075CE2

Color information

#075CE2 (or 0x075CE2) is unknown color: approx Navy Blue. HEX triplet: 07, 5C and E2. RGB value is (7,92,226). Sum of RGB (Red+Green+Blue) = 7+92+226=325 (43% of max value = 765). Red value is 7 (3.12% from 255 or 2.15% from 325); Green value is 92 (36.33% from 255 or 28.31% from 325); Blue value is 226 (88.67% from 255 or 69.54% from 325); Max value from RGB is 226 - color contains mainly: blue. Hex color #075CE2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075CE2 is #F8A31D. Grayscale: #515151. Windows color (decimal): -16294686 or 14834695. OLE color: 14834695.

HSL color Cylindrical-coordinate representation of color #075CE2: hue angle of 216.71º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075CE2 is Cyan = 0.97, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB792226-
CMYK0.970.5900.11
HSL216.71º93.99%45.69%-
HSV(B)216.71º96.9%88.63%-
XYZ17.6413.1973.57-
YUV81.86209.3474.6-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.15%
GREEN value IS 92 (36.33% from 255) = 28.31%
BLUE value IS 226 (88.67% from 255) = 69.54%
R=2.15%
G=28.31%
B=69.54%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal7922260.970.5900.11216.7193.9945.69
Hex75CE2613B0Bd95e2e
Octal71343421417301333113656
Binary111101110011100010110000111101101011110110011011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075CE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,92,226); }

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

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

 a { background-color: rgb(7,92,226); }

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

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

 span { border-color: rgb(7,92,226); }

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