Html Css Color HEX #076BBC Navy Blue

📋 copy color: '#076BBC'

red 7 ◦ green 107 ◦ blue 188

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

Shades of Navy Blue #076BBC

Tints of Navy Blue #076BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 62.25%

R = 2.32%
G = 35.43%
B = 62.25%

CMYK

 C value IS 0.96

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#076BBC (or 0x076BBC) is known color: Navy Blue. HEX triplet: 07, 6B and BC. RGB value is (7,107,188). Sum of RGB (Red+Green+Blue) = 7+107+188=302 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.32% from 302); Green value is 107 (42.19% from 255 or 35.43% from 302); Blue value is 188 (73.83% from 255 or 62.25% from 302); Max value from RGB is 188 - color contains mainly: blue. Hex color #076BBC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076BBC is #F89443. Grayscale: #555555. Windows color (decimal): -16290884 or 12348167. OLE color: 12348167.

HSL color Cylindrical-coordinate representation of color #076BBC: hue angle of 206.85º degrees, saturation: 0.93, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076BBC is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 107 188 -
CMYK 0.96 0.43 0 0.26
HSL 206.85º 0.93% 0.38% -
HSV(B) 206.85º 0.96% 0.74% -
XYZ 14.42 14.19 49.56 -
YUV 86.33 185.37 71.41 -
System Red Green Blue C M Y K H S L
Decimal 7 107 188 0.96 0.43 0 0.26 206.85 0.93 0.38
Hex 7 6B BC 60 2B 0 1A CF 5D 26
Octal 7 153 274 140 53 0 32 317 135 46
Binary 111 1101011 10111100 1100000 101011 0 11010 11001111 1011101 100110

Color Harmonies of #076BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076BBC

Black with #076BBC

Text Example


Text Example

White with #076BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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