Html Css Color HEX #076CCE Navy Blue

📋 copy color: '#076CCE'

red 7 ◦ green 108 ◦ blue 206

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

Shades of Navy Blue #076CCE

Tints of Navy Blue #076CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 64.17%

R = 2.18%
G = 33.64%
B = 64.17%

CMYK

 C value IS 0.97

 M value IS 0.48

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#076CCE (or 0x076CCE) is known color: Navy Blue. HEX triplet: 07, 6C and CE. RGB value is (7,108,206). Sum of RGB (Red+Green+Blue) = 7+108+206=321 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.18% from 321); Green value is 108 (42.58% from 255 or 33.64% from 321); Blue value is 206 (80.86% from 255 or 64.17% from 321); Max value from RGB is 206 - color contains mainly: blue. Hex color #076CCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076CCE is #F89331. Grayscale: #585858. Windows color (decimal): -16290610 or 13528071. OLE color: 13528071.

HSL color Cylindrical-coordinate representation of color #076CCE: hue angle of 209.55º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #076CCE is Cyan = 0.97, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 7 108 206 -
CMYK 0.97 0.48 0 0.19
HSL 209.55º 0.93% 0.42% -
HSV(B) 209.55º 0.97% 0.81% -
XYZ 16.59 15.23 60.46 -
YUV 88.97 194.04 69.53 -
System Red Green Blue C M Y K H S L
Decimal 7 108 206 0.97 0.48 0 0.19 209.55 0.93 0.42
Hex 7 6C CE 61 30 0 13 D2 5D 2A
Octal 7 154 316 141 60 0 23 322 135 52
Binary 111 1101100 11001110 1100001 110000 0 10011 11010010 1011101 101010

Color Harmonies of #076CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076CCE

Black with #076CCE

Text Example


Text Example

White with #076CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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