Html Css Color HEX #0761BF Denim

📋 copy color: '#0761BF'

red 7 ◦ green 97 ◦ blue 191

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

Shades of Denim #0761BF

Tints of Denim #0761BF

RGB

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

 GREEN value IS 97 (38.28% from 255) = 32.88%

 BLUE value IS 191 (75% from 255) = 64.75%

R = 2.37%
G = 32.88%
B = 64.75%

CMYK

 C value IS 0.96

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0761BF (or 0x0761BF) is known color: Denim. HEX triplet: 07, 61 and BF. RGB value is (7,97,191). Sum of RGB (Red+Green+Blue) = 7+97+191=295 (39% of max value = 765). Red value is 7 (3.12% from 255 or 2.37% from 295); Green value is 97 (38.28% from 255 or 32.88% from 295); Blue value is 191 (75% from 255 or 64.75% from 295); Max value from RGB is 191 - color contains mainly: blue. Hex color #0761BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0761BF is #F89E40. Grayscale: #505050. Windows color (decimal): -16293441 or 12542215. OLE color: 12542215.

HSL color Cylindrical-coordinate representation of color #0761BF: hue angle of 210.65º degrees, saturation: 0.93, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0761BF is Cyan = 0.96, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 7 97 191 -
CMYK 0.96 0.49 0 0.25
HSL 210.65º 0.93% 0.39% -
HSV(B) 210.65º 0.96% 0.75% -
XYZ 13.77 12.36 50.95 -
YUV 80.81 190.18 75.36 -
System Red Green Blue C M Y K H S L
Decimal 7 97 191 0.96 0.49 0 0.25 210.65 0.93 0.39
Hex 7 61 BF 60 31 0 19 D3 5D 27
Octal 7 141 277 140 61 0 31 323 135 47
Binary 111 1100001 10111111 1100000 110001 0 11001 11010011 1011101 100111

Color Harmonies of #0761BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0761BF

Black with #0761BF

Text Example


Text Example

White with #0761BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0761BF; }

 p { color: rgb(7,97,191); }

 H1.HeaderClassName
 {
   color: #0761BF;
 }
 .AnyTagClassName
 {
   color: #0761BF;
 }
</style>

background-color css

<style>
 a { background-color: #0761BF; }

 a { background-color: rgb(7,97,191); }

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

border-color css

<style>
 span { border-color: #0761BF; }

 span { border-color: rgb(7,97,191); }

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