Html Css Color HEX #076CCF Navy Blue

📋 copy color: '#076CCF'

red 7 ◦ green 108 ◦ blue 207

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

Shades of Navy Blue #076CCF

Tints of Navy Blue #076CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 64.29%

R = 2.17%
G = 33.54%
B = 64.29%

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

#076CCF (or 0x076CCF) is known color: Navy Blue. HEX triplet: 07, 6C and CF. RGB value is (7,108,207). Sum of RGB (Red+Green+Blue) = 7+108+207=322 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.17% from 322); Green value is 108 (42.58% from 255 or 33.54% from 322); Blue value is 207 (81.25% from 255 or 64.29% from 322); Max value from RGB is 207 - color contains mainly: blue. Hex color #076CCF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076CCF is #F89330. Grayscale: #585858. Windows color (decimal): -16290609 or 13593607. OLE color: 13593607.

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

Color convert

RGB 7 108 207 -
CMYK 0.97 0.48 0 0.19
HSL 209.7º 0.93% 0.42% -
HSV(B) 209.7º 0.97% 0.81% -
XYZ 16.71 15.28 61.1 -
YUV 89.09 194.54 69.45 -
System Red Green Blue C M Y K H S L
Decimal 7 108 207 0.97 0.48 0 0.19 209.7 0.93 0.42
Hex 7 6C CF 61 30 0 13 D2 5D 2A
Octal 7 154 317 141 60 0 23 322 135 52
Binary 111 1101100 11001111 1100001 110000 0 10011 11010010 1011101 101010

Color Harmonies of #076CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076CCF

Black with #076CCF

Text Example


Text Example

White with #076CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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