Html Css Color HEX #076ACF Navy Blue

📋 copy color: '#076ACF'

red 7 ◦ green 106 ◦ blue 207

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

Shades of Navy Blue #076ACF

Tints of Navy Blue #076ACF

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.13%

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

R = 2.19%
G = 33.13%
B = 64.69%

CMYK

 C value IS 0.97

 M value IS 0.49

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#076ACF (or 0x076ACF) is known color: Navy Blue. HEX triplet: 07, 6A and CF. RGB value is (7,106,207). Sum of RGB (Red+Green+Blue) = 7+106+207=320 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 320); Green value is 106 (41.80% from 255 or 33.12% from 320); Blue value is 207 (81.25% from 255 or 64.69% from 320); Max value from RGB is 207 - color contains mainly: blue. Hex color #076ACF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076ACF is #F89530. Grayscale: #575757. Windows color (decimal): -16291121 or 13593095. OLE color: 13593095.

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

Color convert

RGB 7 106 207 -
CMYK 0.97 0.49 0 0.19
HSL 210.3º 0.93% 0.42% -
HSV(B) 210.3º 0.97% 0.81% -
XYZ 16.5 14.86 61.03 -
YUV 87.91 195.2 70.29 -
System Red Green Blue C M Y K H S L
Decimal 7 106 207 0.97 0.49 0 0.19 210.3 0.93 0.42
Hex 7 6A CF 61 31 0 13 D2 5D 2A
Octal 7 152 317 141 61 0 23 322 135 52
Binary 111 1101010 11001111 1100001 110001 0 10011 11010010 1011101 101010

Color Harmonies of #076ACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076ACF

Black with #076ACF

Text Example


Text Example

White with #076ACF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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