#076DB7

Color #076DB7 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #076DB7

Tints of Denim #076DB7

Color information

#076DB7 (or 0x076DB7) is unknown color: approx Denim. HEX triplet: 07, 6D and B7. RGB value is (7,109,183). Sum of RGB (Red+Green+Blue) = 7+109+183=299 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.34% from 299); Green value is 109 (42.97% from 255 or 36.45% from 299); Blue value is 183 (71.88% from 255 or 61.20% from 299); Max value from RGB is 183 - color contains mainly: blue. Hex color #076DB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076DB7 is #F89248. Grayscale: #565656. Windows color (decimal): -16290377 or 12020999. OLE color: 12020999.

HSL color Cylindrical-coordinate representation of color #076DB7: hue angle of 205.23º degrees, saturation: 0.93, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076DB7 is Cyan = 0.96, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB7109183-
CMYK0.960.4000.28
HSL205.23º92.63%37.25%-
HSV(B)205.23º96.17%71.76%-
XYZ14.114.446.84-
YUV86.94182.2170.98-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 2.34%
GREEN value IS 109 (42.97% from 255) = 36.45%
BLUE value IS 183 (71.88% from 255) = 61.20%
R=2.34%
G=36.45%
B=61.20%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal71091830.960.4000.28205.2392.6337.25
Hex76DB7602801Ccd5d25
Octal71552671405003431513545
Binary1111101101101101111100000101000011100110011011011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #076DB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(7,109,183); }

 H1.HeaderClassName
 {
   color: #076DB7;
 }
 .AnyTagClassName
 {
   color: #076DB7;
 }
</style>
background-color css

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

 a { background-color: rgb(7,109,183); }

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

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

 span { border-color: rgb(7,109,183); }

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