Html Css Color HEX #076FCC Navy Blue

📋 copy color: '#076FCC'

red 7 ◦ green 111 ◦ blue 204

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

Shades of Navy Blue #076FCC

Tints of Navy Blue #076FCC

RGB

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

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

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

R = 2.17%
G = 34.47%
B = 63.35%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#076FCC (or 0x076FCC) is known color: Navy Blue. HEX triplet: 07, 6F and CC. RGB value is (7,111,204). Sum of RGB (Red+Green+Blue) = 7+111+204=322 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 322); Green value is 111 (43.75% from 255 or 34.47% from 322); Blue value is 204 (80.08% from 255 or 63.35% from 322); Max value from RGB is 204 - color contains mainly: blue. Hex color #076FCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076FCC is #F89033. Grayscale: #5A5A5A. Windows color (decimal): -16289844 or 13397767. OLE color: 13397767.

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

Color convert

RGB 7 111 204 -
CMYK 0.97 0.46 0 0.2
HSL 208.32º 0.93% 0.41% -
HSV(B) 208.32º 0.97% 0.8% -
XYZ 16.67 15.77 59.29 -
YUV 90.51 192.04 68.44 -
System Red Green Blue C M Y K H S L
Decimal 7 111 204 0.97 0.46 0 0.2 208.32 0.93 0.41
Hex 7 6F CC 61 2E 0 14 D0 5D 29
Octal 7 157 314 141 56 0 24 320 135 51
Binary 111 1101111 11001100 1100001 101110 0 10100 11010000 1011101 101001

Color Harmonies of #076FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076FCC

Black with #076FCC

Text Example


Text Example

White with #076FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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