Html Css Color HEX #076FCD Navy Blue

📋 copy color: '#076FCD'

red 7 ◦ green 111 ◦ blue 205

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

Shades of Navy Blue #076FCD

Tints of Navy Blue #076FCD

RGB

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

 GREEN value IS 111 (43.75% from 255) = 34.37%

 BLUE value IS 205 (80.47% from 255) = 63.47%

R = 2.17%
G = 34.37%
B = 63.47%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#076FCD (or 0x076FCD) is known color: Navy Blue. HEX triplet: 07, 6F and CD. RGB value is (7,111,205). Sum of RGB (Red+Green+Blue) = 7+111+205=323 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 323); Green value is 111 (43.75% from 255 or 34.37% from 323); Blue value is 205 (80.47% from 255 or 63.47% from 323); Max value from RGB is 205 - color contains mainly: blue. Hex color #076FCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076FCD is #F89032. Grayscale: #5A5A5A. Windows color (decimal): -16289843 or 13463303. OLE color: 13463303.

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

Color convert

RGB 7 111 205 -
CMYK 0.97 0.46 0 0.20
HSL 208.48º 0.93% 0.42% -
HSV(B) 208.48º 0.97% 0.8% -
XYZ 16.79 15.82 59.93 -
YUV 90.62 192.54 68.36 -
System Red Green Blue C M Y K H S L
Decimal 7 111 205 0.97 0.46 0 0.20 208.48 0.93 0.42
Hex 7 6F CD 61 2E 0 14 D0 5D 2A
Octal 7 157 315 141 56 0 24 320 135 52
Binary 111 1101111 11001101 1100001 101110 0 10100 11010000 1011101 101010

Color Harmonies of #076FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076FCD

Black with #076FCD

Text Example


Text Example

White with #076FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,111,205); }

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

background-color css

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

 a { background-color: rgb(7,111,205); }

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

border-color css

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

 span { border-color: rgb(7,111,205); }

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