Html Css Color HEX #075EEE Navy Blue

📋 copy color: '#075EEE'

red 7 ◦ green 94 ◦ blue 238

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

Shades of Navy Blue #075EEE

Tints of Navy Blue #075EEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 70.21%

R = 2.06%
G = 27.73%
B = 70.21%

CMYK

 C value IS 0.97

 M value IS 0.61

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#075EEE (or 0x075EEE) is known color: Navy Blue. HEX triplet: 07, 5E and EE. RGB value is (7,94,238). Sum of RGB (Red+Green+Blue) = 7+94+238=339 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.06% from 339); Green value is 94 (37.11% from 255 or 27.73% from 339); Blue value is 238 (93.36% from 255 or 70.21% from 339); Max value from RGB is 238 - color contains mainly: blue. Hex color #075EEE is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075EEE is #F8A111. Grayscale: #535353. Windows color (decimal): -16294162 or 15621639. OLE color: 15621639.

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

Color convert

RGB 7 94 238 -
CMYK 0.97 0.61 0 0.07
HSL 217.4º 0.94% 0.48% -
HSV(B) 217.4º 0.97% 0.93% -
XYZ 19.52 14.22 82.61 -
YUV 84.4 214.68 72.79 -
System Red Green Blue C M Y K H S L
Decimal 7 94 238 0.97 0.61 0 0.07 217.4 0.94 0.48
Hex 7 5E EE 61 3D 0 7 D9 5E 30
Octal 7 136 356 141 75 0 7 331 136 60
Binary 111 1011110 11101110 1100001 111101 0 111 11011001 1011110 110000

Color Harmonies of #075EEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075EEE

Black with #075EEE

Text Example


Text Example

White with #075EEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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