Html Css Color HEX #075EDC Navy Blue

📋 copy color: '#075EDC'

red 7 ◦ green 94 ◦ blue 220

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

Shades of Navy Blue #075EDC

Tints of Navy Blue #075EDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 68.54%

R = 2.18%
G = 29.28%
B = 68.54%

CMYK

 C value IS 0.97

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#075EDC (or 0x075EDC) is known color: Navy Blue. HEX triplet: 07, 5E and DC. RGB value is (7,94,220). Sum of RGB (Red+Green+Blue) = 7+94+220=321 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.18% from 321); Green value is 94 (37.11% from 255 or 29.28% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #075EDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #075EDC is #F8A123. Grayscale: #515151. Windows color (decimal): -16294180 or 14441991. OLE color: 14441991.

HSL color Cylindrical-coordinate representation of color #075EDC: hue angle of 215.49º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #075EDC is Cyan = 0.97, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 7 94 220 -
CMYK 0.97 0.57 0 0.14
HSL 215.49º 0.94% 0.45% -
HSV(B) 215.49º 0.97% 0.86% -
XYZ 17.01 13.22 69.37 -
YUV 82.35 205.68 74.25 -
System Red Green Blue C M Y K H S L
Decimal 7 94 220 0.97 0.57 0 0.14 215.49 0.94 0.45
Hex 7 5E DC 61 39 0 E D7 5E 2D
Octal 7 136 334 141 71 0 16 327 136 55
Binary 111 1011110 11011100 1100001 111001 0 1110 11010111 1011110 101101

Color Harmonies of #075EDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075EDC

Black with #075EDC

Text Example


Text Example

White with #075EDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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