Html Css Color HEX #1076BB Denim

📋 copy color: '#1076BB'

red 16 ◦ green 118 ◦ blue 187

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

Shades of Denim #1076BB

Tints of Denim #1076BB

RGB

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

 GREEN value IS 118 (46.48% from 255) = 36.76%

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

R = 4.98%
G = 36.76%
B = 58.26%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1076BB (or 0x1076BB) is known color: Denim. HEX triplet: 10, 76 and BB. RGB value is (16,118,187). Sum of RGB (Red+Green+Blue) = 16+118+187=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 187 (73.44% from 255 or 58.26% from 321); Max value from RGB is 187 - color contains mainly: blue. Hex color #1076BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1076BB is #EF8944. Grayscale: #5E5E5E. Windows color (decimal): -15698245 or 12285456. OLE color: 12285456.

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

Color convert

RGB 16 118 187 -
CMYK 0.91 0.37 0 0.27
HSL 204.21º 0.84% 0.4% -
HSV(B) 204.21º 0.91% 0.73% -
XYZ 15.66 16.65 49.4 -
YUV 95.37 179.71 71.39 -
System Red Green Blue C M Y K H S L
Decimal 16 118 187 0.91 0.37 0 0.27 204.21 0.84 0.4
Hex 10 76 BB 5B 25 0 1B CC 54 28
Octal 20 166 273 133 45 0 33 314 124 50
Binary 10000 1110110 10111011 1011011 100101 0 11011 11001100 1010100 101000

Color Harmonies of #1076BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1076BB

Black with #1076BB

Text Example


Text Example

White with #1076BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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