Html Css Color HEX #1059BF Denim

📋 copy color: '#1059BF'

red 16 ◦ green 89 ◦ blue 191

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

Shades of Denim #1059BF

Tints of Denim #1059BF

RGB

 RED value IS 16 (6.64% from 255) = 5.41%

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

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

R = 5.41%
G = 30.07%
B = 64.53%

CMYK

 C value IS 0.92

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1059BF (or 0x1059BF) is known color: Denim. HEX triplet: 10, 59 and BF. RGB value is (16,89,191). Sum of RGB (Red+Green+Blue) = 16+89+191=296 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.41% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 191 (75% from 255 or 64.53% from 296); Max value from RGB is 191 - color contains mainly: blue. Hex color #1059BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1059BF is #EFA640. Grayscale: #4E4E4E. Windows color (decimal): -15705665 or 12540176. OLE color: 12540176.

HSL color Cylindrical-coordinate representation of color #1059BF: hue angle of 214.97º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1059BF is Cyan = 0.92, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 16 89 191 -
CMYK 0.92 0.53 0 0.25
HSL 214.97º 0.85% 0.41% -
HSV(B) 214.97º 0.92% 0.75% -
XYZ 13.19 11.02 50.72 -
YUV 78.8 191.32 83.21 -
System Red Green Blue C M Y K H S L
Decimal 16 89 191 0.92 0.53 0 0.25 214.97 0.85 0.41
Hex 10 59 BF 5C 35 0 19 D7 55 29
Octal 20 131 277 134 65 0 31 327 125 51
Binary 10000 1011001 10111111 1011100 110101 0 11001 11010111 1010101 101001

Color Harmonies of #1059BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1059BF

Black with #1059BF

Text Example


Text Example

White with #1059BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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