Html Css Color HEX #076ECF Navy Blue

📋 copy color: '#076ECF'

red 7 ◦ green 110 ◦ blue 207

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

Shades of Navy Blue #076ECF

Tints of Navy Blue #076ECF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 33.95%

 BLUE value IS 207 (81.25% from 255) = 63.89%

R = 2.16%
G = 33.95%
B = 63.89%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#076ECF (or 0x076ECF) is known color: Navy Blue. HEX triplet: 07, 6E and CF. RGB value is (7,110,207). Sum of RGB (Red+Green+Blue) = 7+110+207=324 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.16% from 324); Green value is 110 (43.36% from 255 or 33.95% from 324); Blue value is 207 (81.25% from 255 or 63.89% from 324); Max value from RGB is 207 - color contains mainly: blue. Hex color #076ECF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076ECF is #F89130. Grayscale: #595959. Windows color (decimal): -16290097 or 13594119. OLE color: 13594119.

HSL color Cylindrical-coordinate representation of color #076ECF: hue angle of 209.1º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076ECF is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 7 110 207 -
CMYK 0.97 0.47 0 0.19
HSL 209.1º 0.93% 0.42% -
HSV(B) 209.1º 0.97% 0.81% -
XYZ 16.93 15.7 61.17 -
YUV 90.26 193.88 68.61 -
System Red Green Blue C M Y K H S L
Decimal 7 110 207 0.97 0.47 0 0.19 209.1 0.93 0.42
Hex 7 6E CF 61 2F 0 13 D1 5D 2A
Octal 7 156 317 141 57 0 23 321 135 52
Binary 111 1101110 11001111 1100001 101111 0 10011 11010001 1011101 101010

Color Harmonies of #076ECF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076ECF

Black with #076ECF

Text Example


Text Example

White with #076ECF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #076ECF; }

 p { color: rgb(7,110,207); }

 H1.HeaderClassName
 {
   color: #076ECF;
 }
 .AnyTagClassName
 {
   color: #076ECF;
 }
</style>

background-color css

<style>
 a { background-color: #076ECF; }

 a { background-color: rgb(7,110,207); }

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

border-color css

<style>
 span { border-color: #076ECF; }

 span { border-color: rgb(7,110,207); }

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