Html Css Color HEX #0759BF Denim

📋 copy color: '#0759BF'

red 7 ◦ green 89 ◦ blue 191

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

Shades of Denim #0759BF

Tints of Denim #0759BF

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.01%

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

R = 2.44%
G = 31.01%
B = 66.55%

CMYK

 C value IS 0.96

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0759BF (or 0x0759BF) is known color: Denim. HEX triplet: 07, 59 and BF. RGB value is (7,89,191). Sum of RGB (Red+Green+Blue) = 7+89+191=287 (38% of max value = 765). Red value is 7 (3.12% from 255 or 2.44% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 191 (75% from 255 or 66.55% from 287); Max value from RGB is 191 - color contains mainly: blue. Hex color #0759BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #0759BF is #F8A640. Grayscale: #4B4B4B. Windows color (decimal): -16295489 or 12540167. OLE color: 12540167.

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

Color convert

RGB 7 89 191 -
CMYK 0.96 0.53 0 0.25
HSL 213.26º 0.93% 0.39% -
HSV(B) 213.26º 0.96% 0.75% -
XYZ 13.06 10.95 50.72 -
YUV 76.11 192.83 78.71 -
System Red Green Blue C M Y K H S L
Decimal 7 89 191 0.96 0.53 0 0.25 213.26 0.93 0.39
Hex 7 59 BF 60 35 0 19 D5 5D 27
Octal 7 131 277 140 65 0 31 325 135 47
Binary 111 1011001 10111111 1100000 110101 0 11001 11010101 1011101 100111

Color Harmonies of #0759BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0759BF

Black with #0759BF

Text Example


Text Example

White with #0759BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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