Html Css Color HEX #076CCC Navy Blue

📋 copy color: '#076CCC'

red 7 ◦ green 108 ◦ blue 204

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

Shades of Navy Blue #076CCC

Tints of Navy Blue #076CCC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 33.86%

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

R = 2.19%
G = 33.86%
B = 63.95%

CMYK

 C value IS 0.97

 M value IS 0.47

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#076CCC (or 0x076CCC) is known color: Navy Blue. HEX triplet: 07, 6C and CC. RGB value is (7,108,204). Sum of RGB (Red+Green+Blue) = 7+108+204=319 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 319); Green value is 108 (42.58% from 255 or 33.86% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #076CCC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076CCC is #F89333. Grayscale: #585858. Windows color (decimal): -16290612 or 13396999. OLE color: 13396999.

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

Color convert

RGB 7 108 204 -
CMYK 0.97 0.47 0 0.2
HSL 209.24º 0.93% 0.41% -
HSV(B) 209.24º 0.97% 0.8% -
XYZ 16.35 15.13 59.19 -
YUV 88.75 193.04 69.69 -
System Red Green Blue C M Y K H S L
Decimal 7 108 204 0.97 0.47 0 0.2 209.24 0.93 0.41
Hex 7 6C CC 61 2F 0 14 D1 5D 29
Octal 7 154 314 141 57 0 24 321 135 51
Binary 111 1101100 11001100 1100001 101111 0 10100 11010001 1011101 101001

Color Harmonies of #076CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076CCC

Black with #076CCC

Text Example


Text Example

White with #076CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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