Html Css Color HEX #075EDE Navy Blue

📋 copy color: '#075EDE'

red 7 ◦ green 94 ◦ blue 222

#075EDE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Navy Blue #075EDE

Tints of Navy Blue #075EDE

RGB

 RED value IS 7 (3.13% from 255) = 2.17%

 GREEN value IS 94 (37.11% from 255) = 29.1%

 BLUE value IS 222 (87.11% from 255) = 68.73%

R = 2.17%
G = 29.1%
B = 68.73%

CMYK

 C value IS 0.97

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#075EDE (or 0x075EDE) is known color: Navy Blue. HEX triplet: 07, 5E and DE. RGB value is (7,94,222). Sum of RGB (Red+Green+Blue) = 7+94+222=323 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 323); Green value is 94 (37.11% from 255 or 29.10% from 323); Blue value is 222 (87.11% from 255 or 68.73% from 323); Max value from RGB is 222 - color contains mainly: blue. Hex color #075EDE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075EDE is #F8A121. Grayscale: #515151. Windows color (decimal): -16294178 or 14573063. OLE color: 14573063.

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

Color convert

RGB 7 94 222 -
CMYK 0.97 0.58 0 0.13
HSL 215.72º 0.94% 0.45% -
HSV(B) 215.72º 0.97% 0.87% -
XYZ 17.28 13.32 70.77 -
YUV 82.58 206.68 74.09 -
System Red Green Blue C M Y K H S L
Decimal 7 94 222 0.97 0.58 0 0.13 215.72 0.94 0.45
Hex 7 5E DE 61 3A 0 D D8 5E 2D
Octal 7 136 336 141 72 0 15 330 136 55
Binary 111 1011110 11011110 1100001 111010 0 1101 11011000 1011110 101101

Color Harmonies of #075EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075EDE

Black with #075EDE

Text Example


Text Example

White with #075EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #075EDE;
 }
 .AnyTagClassName
 {
   color: #075EDE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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