Html Css Color HEX #1060BB Denim

📋 copy color: '#1060BB'

red 16 ◦ green 96 ◦ blue 187

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

Shades of Denim #1060BB

Tints of Denim #1060BB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 32.11%

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

R = 5.35%
G = 32.11%
B = 62.54%

CMYK

 C value IS 0.91

 M value IS 0.49

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1060BB (or 0x1060BB) is known color: Denim. HEX triplet: 10, 60 and BB. RGB value is (16,96,187). Sum of RGB (Red+Green+Blue) = 16+96+187=299 (39% of max value = 765). Red value is 16 (6.64% from 255 or 5.35% from 299); Green value is 96 (37.89% from 255 or 32.11% from 299); Blue value is 187 (73.44% from 255 or 62.54% from 299); Max value from RGB is 187 - color contains mainly: blue. Hex color #1060BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1060BB is #EF9F44. Grayscale: #525252. Windows color (decimal): -15703877 or 12279824. OLE color: 12279824.

HSL color Cylindrical-coordinate representation of color #1060BB: hue angle of 211.93º 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 #1060BB is Cyan = 0.91, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 16 96 187 -
CMYK 0.91 0.49 0 0.27
HSL 211.93º 0.84% 0.4% -
HSV(B) 211.93º 0.91% 0.73% -
XYZ 13.37 12.06 48.64 -
YUV 82.45 187 80.6 -
System Red Green Blue C M Y K H S L
Decimal 16 96 187 0.91 0.49 0 0.27 211.93 0.84 0.4
Hex 10 60 BB 5B 31 0 1B D4 54 28
Octal 20 140 273 133 61 0 33 324 124 50
Binary 10000 1100000 10111011 1011011 110001 0 11011 11010100 1010100 101000

Color Harmonies of #1060BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1060BB

Black with #1060BB

Text Example


Text Example

White with #1060BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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