Html Css Color HEX #076DCB Navy Blue

📋 copy color: '#076DCB'

red 7 ◦ green 109 ◦ blue 203

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

Shades of Navy Blue #076DCB

Tints of Navy Blue #076DCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 63.64%

R = 2.19%
G = 34.17%
B = 63.64%

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

#076DCB (or 0x076DCB) is known color: Navy Blue. HEX triplet: 07, 6D and CB. RGB value is (7,109,203). Sum of RGB (Red+Green+Blue) = 7+109+203=319 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 319); Green value is 109 (42.97% from 255 or 34.17% from 319); Blue value is 203 (79.69% from 255 or 63.64% from 319); Max value from RGB is 203 - color contains mainly: blue. Hex color #076DCB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076DCB is #F89234. Grayscale: #585858. Windows color (decimal): -16290357 or 13331719. OLE color: 13331719.

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

Color convert

RGB 7 109 203 -
CMYK 0.97 0.46 0 0.20
HSL 208.78º 0.93% 0.41% -
HSV(B) 208.78º 0.97% 0.8% -
XYZ 16.34 15.29 58.59 -
YUV 89.22 192.21 69.36 -
System Red Green Blue C M Y K H S L
Decimal 7 109 203 0.97 0.46 0 0.20 208.78 0.93 0.41
Hex 7 6D CB 61 2E 0 14 D1 5D 29
Octal 7 155 313 141 56 0 24 321 135 51
Binary 111 1101101 11001011 1100001 101110 0 10100 11010001 1011101 101001

Color Harmonies of #076DCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076DCB

Black with #076DCB

Text Example


Text Example

White with #076DCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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