#075CEE

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

Shades of Navy Blue #075CEE

Tints of Navy Blue #075CEE

Color information

#075CEE (or 0x075CEE) is unknown color: approx Navy Blue. HEX triplet: 07, 5C and EE. RGB value is (7,92,238). Sum of RGB (Red+Green+Blue) = 7+92+238=337 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.08% from 337); Green value is 92 (36.33% from 255 or 27.30% from 337); Blue value is 238 (93.36% from 255 or 70.62% from 337); Max value from RGB is 238 - color contains mainly: blue. Hex color #075CEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075CEE is #F8A311. Grayscale: #525252. Windows color (decimal): -16294674 or 15621127. OLE color: 15621127.

HSL color Cylindrical-coordinate representation of color #075CEE: hue angle of 217.92º 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 #075CEE is Cyan = 0.97, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB792238-
CMYK0.970.6100.07
HSL217.92º94.29%48.04%-
HSV(B)217.92º97.06%93.33%-
XYZ19.3513.8782.55-
YUV83.23215.3473.63-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.08%
GREEN value IS 92 (36.33% from 255) = 27.30%
BLUE value IS 238 (93.36% from 255) = 70.62%
R=2.08%
G=27.30%
B=70.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal7922380.970.6100.07217.9294.2948.04
Hex75CEE613D07da5e30
Octal7134356141750733213660
Binary11110111001110111011000011111010111110110101011110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #075CEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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