Html Css Color HEX #076BBD Navy Blue

📋 copy color: '#076BBD'

red 7 ◦ green 107 ◦ blue 189

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

Shades of Navy Blue #076BBD

Tints of Navy Blue #076BBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 62.38%

R = 2.31%
G = 35.31%
B = 62.38%

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

#076BBD (or 0x076BBD) is known color: Navy Blue. HEX triplet: 07, 6B and BD. RGB value is (7,107,189). Sum of RGB (Red+Green+Blue) = 7+107+189=303 (40% of max value = 765). Red value is 7 (3.12% from 255 or 2.31% from 303); Green value is 107 (42.19% from 255 or 35.31% from 303); Blue value is 189 (74.22% from 255 or 62.38% from 303); Max value from RGB is 189 - color contains mainly: blue. Hex color #076BBD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076BBD is #F89442. Grayscale: #565656. Windows color (decimal): -16290883 or 12413703. OLE color: 12413703.

HSL color Cylindrical-coordinate representation of color #076BBD: hue angle of 207.03º 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 #076BBD is Cyan = 0.96, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 7 107 189 -
CMYK 0.96 0.43 0 0.26
HSL 207.03º 0.93% 0.38% -
HSV(B) 207.03º 0.96% 0.74% -
XYZ 14.53 14.23 50.13 -
YUV 86.45 185.87 71.33 -
System Red Green Blue C M Y K H S L
Decimal 7 107 189 0.96 0.43 0 0.26 207.03 0.93 0.38
Hex 7 6B BD 60 2B 0 1A CF 5D 26
Octal 7 153 275 140 53 0 32 317 135 46
Binary 111 1101011 10111101 1100000 101011 0 11010 11001111 1011101 100110

Color Harmonies of #076BBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076BBD

Black with #076BBD

Text Example


Text Example

White with #076BBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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