Html Css Color HEX #0756B7 Denim

📋 copy color: '#0756B7'

red 7 ◦ green 86 ◦ blue 183

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

Shades of Denim #0756B7

Tints of Denim #0756B7

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.16%

 BLUE value IS 183 (71.88% from 255) = 66.3%

R = 2.54%
G = 31.16%
B = 66.3%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#0756B7 (or 0x0756B7) is known color: Denim. HEX triplet: 07, 56 and B7. RGB value is (7,86,183). Sum of RGB (Red+Green+Blue) = 7+86+183=276 (36% of max value = 765). Red value is 7 (3.12% from 255 or 2.54% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 183 (71.88% from 255 or 66.30% from 276); Max value from RGB is 183 - color contains mainly: blue. Hex color #0756B7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0756B7 is #F8A948. Grayscale: #484848. Windows color (decimal): -16296265 or 12015111. OLE color: 12015111.

HSL color Cylindrical-coordinate representation of color #0756B7: hue angle of 213.07º 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 #0756B7 is Cyan = 0.96, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 7 86 183 -
CMYK 0.96 0.53 0 0.28
HSL 213.07º 0.93% 0.37% -
HSV(B) 213.07º 0.96% 0.72% -
XYZ 11.96 10.12 46.12 -
YUV 73.44 189.83 80.61 -
System Red Green Blue C M Y K H S L
Decimal 7 86 183 0.96 0.53 0 0.28 213.07 0.93 0.37
Hex 7 56 B7 60 35 0 1C D5 5D 25
Octal 7 126 267 140 65 0 34 325 135 45
Binary 111 1010110 10110111 1100000 110101 0 11100 11010101 1011101 100101

Color Harmonies of #0756B7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0756B7

Black with #0756B7

Text Example


Text Example

White with #0756B7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0756B7; }

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

 H1.HeaderClassName
 {
   color: #0756B7;
 }
 .AnyTagClassName
 {
   color: #0756B7;
 }
</style>

background-color css

<style>
 a { background-color: #0756B7; }

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

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

border-color css

<style>
 span { border-color: #0756B7; }

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

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