Html Css Color HEX #076ECB Navy Blue

📋 copy color: '#076ECB'

red 7 ◦ green 110 ◦ blue 203

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

Shades of Navy Blue #076ECB

Tints of Navy Blue #076ECB

RGB

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

 GREEN value IS 110 (43.36% from 255) = 34.38%

 BLUE value IS 203 (79.69% from 255) = 63.44%

R = 2.19%
G = 34.38%
B = 63.44%

CMYK

 C value IS 0.97

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#076ECB (or 0x076ECB) is known color: Navy Blue. HEX triplet: 07, 6E and CB. RGB value is (7,110,203). Sum of RGB (Red+Green+Blue) = 7+110+203=320 (42% of max value = 765). Red value is 7 (3.12% from 255 or 2.19% from 320); Green value is 110 (43.36% from 255 or 34.38% from 320); Blue value is 203 (79.69% from 255 or 63.44% from 320); Max value from RGB is 203 - color contains mainly: blue. Hex color #076ECB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076ECB is #F89134. Grayscale: #595959. Windows color (decimal): -16290101 or 13331975. OLE color: 13331975.

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

Color convert

RGB 7 110 203 -
CMYK 0.97 0.46 0 0.20
HSL 208.47º 0.93% 0.41% -
HSV(B) 208.47º 0.97% 0.8% -
XYZ 16.44 15.51 58.63 -
YUV 89.81 191.88 68.94 -
System Red Green Blue C M Y K H S L
Decimal 7 110 203 0.97 0.46 0 0.20 208.47 0.93 0.41
Hex 7 6E CB 61 2E 0 14 D0 5D 29
Octal 7 156 313 141 56 0 24 320 135 51
Binary 111 1101110 11001011 1100001 101110 0 10100 11010000 1011101 101001

Color Harmonies of #076ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076ECB

Black with #076ECB

Text Example


Text Example

White with #076ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,110,203); }

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

background-color css

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

 a { background-color: rgb(7,110,203); }

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

border-color css

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

 span { border-color: rgb(7,110,203); }

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