Html Css Color HEX #076BCD Navy Blue

📋 copy color: '#076BCD'

red 7 ◦ green 107 ◦ blue 205

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

Shades of Navy Blue #076BCD

Tints of Navy Blue #076BCD

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.54%

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

R = 2.19%
G = 33.54%
B = 64.26%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#076BCD (or 0x076BCD) is known color: Navy Blue. HEX triplet: 07, 6B and CD. RGB value is (7,107,205). Sum of RGB (Red+Green+Blue) = 7+107+205=319 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 319); Green value is 107 (42.19% from 255 or 33.54% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #076BCD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076BCD is #F89432. Grayscale: #575757. Windows color (decimal): -16290867 or 13462279. OLE color: 13462279.

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

Color convert

RGB 7 107 205 -
CMYK 0.97 0.48 0 0.20
HSL 209.7º 0.93% 0.42% -
HSV(B) 209.7º 0.97% 0.8% -
XYZ 16.36 14.97 59.78 -
YUV 88.27 193.87 70.03 -
System Red Green Blue C M Y K H S L
Decimal 7 107 205 0.97 0.48 0 0.20 209.7 0.93 0.42
Hex 7 6B CD 61 30 0 14 D2 5D 2A
Octal 7 153 315 141 60 0 24 322 135 52
Binary 111 1101011 11001101 1100001 110000 0 10100 11010010 1011101 101010

Color Harmonies of #076BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076BCD

Black with #076BCD

Text Example


Text Example

White with #076BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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