Html Css Color HEX #076BCC Navy Blue

📋 copy color: '#076BCC'

red 7 ◦ green 107 ◦ blue 204

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

Shades of Navy Blue #076BCC

Tints of Navy Blue #076BCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 64.15%

R = 2.2%
G = 33.65%
B = 64.15%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#076BCC (or 0x076BCC) is known color: Navy Blue. HEX triplet: 07, 6B and CC. RGB value is (7,107,204). Sum of RGB (Red+Green+Blue) = 7+107+204=318 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.20% from 318); Green value is 107 (42.19% from 255 or 33.65% from 318); Blue value is 204 (80.08% from 255 or 64.15% from 318); Max value from RGB is 204 - color contains mainly: blue. Hex color #076BCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076BCC is #F89433. Grayscale: #575757. Windows color (decimal): -16290868 or 13396743. OLE color: 13396743.

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

Color convert

RGB 7 107 204 -
CMYK 0.97 0.48 0 0.2
HSL 209.54º 0.93% 0.41% -
HSV(B) 209.54º 0.97% 0.8% -
XYZ 16.24 14.92 59.15 -
YUV 88.16 193.37 70.11 -
System Red Green Blue C M Y K H S L
Decimal 7 107 204 0.97 0.48 0 0.2 209.54 0.93 0.41
Hex 7 6B CC 61 30 0 14 D2 5D 29
Octal 7 153 314 141 60 0 24 322 135 51
Binary 111 1101011 11001100 1100001 110000 0 10100 11010010 1011101 101001

Color Harmonies of #076BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076BCC

Black with #076BCC

Text Example


Text Example

White with #076BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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