Html Css Color HEX #075EED Navy Blue

📋 copy color: '#075EED'

red 7 ◦ green 94 ◦ blue 237

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

Shades of Navy Blue #075EED

Tints of Navy Blue #075EED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 70.12%

R = 2.07%
G = 27.81%
B = 70.12%

CMYK

 C value IS 0.97

 M value IS 0.60

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#075EED (or 0x075EED) is known color: Navy Blue. HEX triplet: 07, 5E and ED. RGB value is (7,94,237). Sum of RGB (Red+Green+Blue) = 7+94+237=338 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.07% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 237 (92.97% from 255 or 70.12% from 338); Max value from RGB is 237 - color contains mainly: blue. Hex color #075EED is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075EED is #F8A112. Grayscale: #535353. Windows color (decimal): -16294163 or 15556103. OLE color: 15556103.

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

Color convert

RGB 7 94 237 -
CMYK 0.97 0.60 0 0.07
HSL 217.3º 0.94% 0.48% -
HSV(B) 217.3º 0.97% 0.93% -
XYZ 19.38 14.17 81.83 -
YUV 84.29 214.18 72.87 -
System Red Green Blue C M Y K H S L
Decimal 7 94 237 0.97 0.60 0 0.07 217.3 0.94 0.48
Hex 7 5E ED 61 3C 0 7 D9 5E 30
Octal 7 136 355 141 74 0 7 331 136 60
Binary 111 1011110 11101101 1100001 111100 0 111 11011001 1011110 110000

Color Harmonies of #075EED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075EED

Black with #075EED

Text Example


Text Example

White with #075EED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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