Html Css Color HEX #076DB9 Denim

📋 copy color: '#076DB9'

red 7 ◦ green 109 ◦ blue 185

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

Shades of Denim #076DB9

Tints of Denim #076DB9

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.21%

 BLUE value IS 185 (72.66% from 255) = 61.46%

R = 2.33%
G = 36.21%
B = 61.46%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#076DB9 (or 0x076DB9) is known color: Denim. HEX triplet: 07, 6D and B9. RGB value is (7,109,185). Sum of RGB (Red+Green+Blue) = 7+109+185=301 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.33% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 185 (72.66% from 255 or 61.46% from 301); Max value from RGB is 185 - color contains mainly: blue. Hex color #076DB9 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076DB9 is #F89246. Grayscale: #565656. Windows color (decimal): -16290375 or 12152071. OLE color: 12152071.

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

Color convert

RGB 7 109 185 -
CMYK 0.96 0.41 0 0.27
HSL 205.62º 0.93% 0.38% -
HSV(B) 205.62º 0.96% 0.73% -
XYZ 14.31 14.49 47.94 -
YUV 87.17 183.21 70.82 -
System Red Green Blue C M Y K H S L
Decimal 7 109 185 0.96 0.41 0 0.27 205.62 0.93 0.38
Hex 7 6D B9 60 29 0 1B CE 5D 26
Octal 7 155 271 140 51 0 33 316 135 46
Binary 111 1101101 10111001 1100000 101001 0 11011 11001110 1011101 100110

Color Harmonies of #076DB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076DB9

Black with #076DB9

Text Example


Text Example

White with #076DB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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