Html Css Color HEX #075FEC Navy Blue

📋 copy color: '#075FEC'

red 7 ◦ green 95 ◦ blue 236

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

Shades of Navy Blue #075FEC

Tints of Navy Blue #075FEC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 28.11%

 BLUE value IS 236 (92.58% from 255) = 69.82%

R = 2.07%
G = 28.11%
B = 69.82%

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

#075FEC (or 0x075FEC) is known color: Navy Blue. HEX triplet: 07, 5F and EC. RGB value is (7,95,236). Sum of RGB (Red+Green+Blue) = 7+95+236=338 (44% of max value = 765). Red value is 7 (3.12% from 255 or 2.07% from 338); Green value is 95 (37.5% from 255 or 28.11% from 338); Blue value is 236 (92.58% from 255 or 69.82% from 338); Max value from RGB is 236 - color contains mainly: blue. Hex color #075FEC is not a web safe color. Web safe color analog (approx): #0066FF. Inversed color of #075FEC is #F8A013. Grayscale: #545454. Windows color (decimal): -16293908 or 15490823. OLE color: 15490823.

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

Color convert

RGB 7 95 236 -
CMYK 0.97 0.60 0 0.07
HSL 216.94º 0.94% 0.48% -
HSV(B) 216.94º 0.97% 0.93% -
XYZ 19.32 14.29 81.1 -
YUV 84.76 213.35 72.54 -
System Red Green Blue C M Y K H S L
Decimal 7 95 236 0.97 0.60 0 0.07 216.94 0.94 0.48
Hex 7 5F EC 61 3C 0 7 D9 5E 30
Octal 7 137 354 141 74 0 7 331 136 60
Binary 111 1011111 11101100 1100001 111100 0 111 11011001 1011110 110000

Color Harmonies of #075FEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #075FEC

Black with #075FEC

Text Example


Text Example

White with #075FEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,95,236); }

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

background-color css

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

 a { background-color: rgb(7,95,236); }

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

border-color css

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

 span { border-color: rgb(7,95,236); }

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