Html Css Color HEX #076BCE Navy Blue

📋 copy color: '#076BCE'

red 7 ◦ green 107 ◦ blue 206

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

Shades of Navy Blue #076BCE

Tints of Navy Blue #076BCE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 33.44%

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

R = 2.19%
G = 33.44%
B = 64.38%

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

#076BCE (or 0x076BCE) is known color: Navy Blue. HEX triplet: 07, 6B and CE. RGB value is (7,107,206). Sum of RGB (Red+Green+Blue) = 7+107+206=320 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 320); Green value is 107 (42.19% from 255 or 33.44% from 320); Blue value is 206 (80.86% from 255 or 64.38% from 320); Max value from RGB is 206 - color contains mainly: blue. Hex color #076BCE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076BCE is #F89431. Grayscale: #575757. Windows color (decimal): -16290866 or 13527815. OLE color: 13527815.

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

Color convert

RGB 7 107 206 -
CMYK 0.97 0.48 0 0.19
HSL 209.85º 0.93% 0.42% -
HSV(B) 209.85º 0.97% 0.81% -
XYZ 16.49 15.02 60.42 -
YUV 88.39 194.37 69.95 -
System Red Green Blue C M Y K H S L
Decimal 7 107 206 0.97 0.48 0 0.19 209.85 0.93 0.42
Hex 7 6B CE 61 30 0 13 D2 5D 2A
Octal 7 153 316 141 60 0 23 322 135 52
Binary 111 1101011 11001110 1100001 110000 0 10011 11010010 1011101 101010

Color Harmonies of #076BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076BCE

Black with #076BCE

Text Example


Text Example

White with #076BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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