Html Css Color HEX #076DCF Navy Blue

📋 copy color: '#076DCF'

red 7 ◦ green 109 ◦ blue 207

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

Shades of Navy Blue #076DCF

Tints of Navy Blue #076DCF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 33.75%

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

R = 2.17%
G = 33.75%
B = 64.09%

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

#076DCF (or 0x076DCF) is known color: Navy Blue. HEX triplet: 07, 6D and CF. RGB value is (7,109,207). Sum of RGB (Red+Green+Blue) = 7+109+207=323 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 323); Green value is 109 (42.97% from 255 or 33.75% from 323); Blue value is 207 (81.25% from 255 or 64.09% from 323); Max value from RGB is 207 - color contains mainly: blue. Hex color #076DCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076DCF is #F89230. Grayscale: #595959. Windows color (decimal): -16290353 or 13593863. OLE color: 13593863.

HSL color Cylindrical-coordinate representation of color #076DCF: hue angle of 209.4º 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 #076DCF is Cyan = 0.97, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 7 109 207 -
CMYK 0.97 0.47 0 0.19
HSL 209.4º 0.93% 0.42% -
HSV(B) 209.4º 0.97% 0.81% -
XYZ 16.82 15.49 61.13 -
YUV 89.67 194.21 69.03 -
System Red Green Blue C M Y K H S L
Decimal 7 109 207 0.97 0.47 0 0.19 209.4 0.93 0.42
Hex 7 6D CF 61 2F 0 13 D1 5D 2A
Octal 7 155 317 141 57 0 23 321 135 52
Binary 111 1101101 11001111 1100001 101111 0 10011 11010001 1011101 101010

Color Harmonies of #076DCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076DCF

Black with #076DCF

Text Example


Text Example

White with #076DCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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