Html Css Color HEX #1061BB Denim

📋 copy color: '#1061BB'

red 16 ◦ green 97 ◦ blue 187

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

Shades of Denim #1061BB

Tints of Denim #1061BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 62.33%

R = 5.33%
G = 32.33%
B = 62.33%

CMYK

 C value IS 0.91

 M value IS 0.48

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1061BB (or 0x1061BB) is known color: Denim. HEX triplet: 10, 61 and BB. RGB value is (16,97,187). Sum of RGB (Red+Green+Blue) = 16+97+187=300 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.33% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 187 (73.44% from 255 or 62.33% from 300); Max value from RGB is 187 - color contains mainly: blue. Hex color #1061BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1061BB is #EF9E44. Grayscale: #525252. Windows color (decimal): -15703621 or 12280080. OLE color: 12280080.

HSL color Cylindrical-coordinate representation of color #1061BB: hue angle of 211.58º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1061BB is Cyan = 0.91, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 97 187 -
CMYK 0.91 0.48 0 0.27
HSL 211.58º 0.84% 0.4% -
HSV(B) 211.58º 0.91% 0.73% -
XYZ 13.46 12.25 48.67 -
YUV 83.04 186.66 80.18 -
System Red Green Blue C M Y K H S L
Decimal 16 97 187 0.91 0.48 0 0.27 211.58 0.84 0.4
Hex 10 61 BB 5B 30 0 1B D4 54 28
Octal 20 141 273 133 60 0 33 324 124 50
Binary 10000 1100001 10111011 1011011 110000 0 11011 11010100 1010100 101000

Color Harmonies of #1061BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1061BB

Black with #1061BB

Text Example


Text Example

White with #1061BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1061BB; }

 p { color: rgb(16,97,187); }

 H1.HeaderClassName
 {
   color: #1061BB;
 }
 .AnyTagClassName
 {
   color: #1061BB;
 }
</style>

background-color css

<style>
 a { background-color: #1061BB; }

 a { background-color: rgb(16,97,187); }

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

border-color css

<style>
 span { border-color: #1061BB; }

 span { border-color: rgb(16,97,187); }

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