Html Css Color HEX #076AB3 Denim

📋 copy color: '#076AB3'

red 7 ◦ green 106 ◦ blue 179

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

Shades of Denim #076AB3

Tints of Denim #076AB3

RGB

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

 GREEN value IS 106 (41.8% from 255) = 36.3%

 BLUE value IS 179 (70.31% from 255) = 61.3%

R = 2.4%
G = 36.3%
B = 61.3%

CMYK

 C value IS 0.96

 M value IS 0.41

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#076AB3 (or 0x076AB3) is known color: Denim. HEX triplet: 07, 6A and B3. RGB value is (7,106,179). Sum of RGB (Red+Green+Blue) = 7+106+179=292 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.40% from 292); Green value is 106 (41.80% from 255 or 36.30% from 292); Blue value is 179 (70.31% from 255 or 61.30% from 292); Max value from RGB is 179 - color contains mainly: blue. Hex color #076AB3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #076AB3 is #F8954C. Grayscale: #545454. Windows color (decimal): -16291149 or 11758087. OLE color: 11758087.

HSL color Cylindrical-coordinate representation of color #076AB3: hue angle of 205.47º degrees, saturation: 0.92, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #076AB3 is Cyan = 0.96, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 7 106 179 -
CMYK 0.96 0.41 0 0.30
HSL 205.47º 0.92% 0.36% -
HSV(B) 205.47º 0.96% 0.7% -
XYZ 13.38 13.61 44.57 -
YUV 84.72 181.2 72.56 -
System Red Green Blue C M Y K H S L
Decimal 7 106 179 0.96 0.41 0 0.30 205.47 0.92 0.36
Hex 7 6A B3 60 29 0 1E CD 5C 24
Octal 7 152 263 140 51 0 36 315 134 44
Binary 111 1101010 10110011 1100000 101001 0 11110 11001101 1011100 100100

Color Harmonies of #076AB3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #076AB3

Black with #076AB3

Text Example


Text Example

White with #076AB3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,106,179); }

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

background-color css

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

 a { background-color: rgb(7,106,179); }

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

border-color css

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

 span { border-color: rgb(7,106,179); }

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