Html Css Color HEX #1076BC Denim

📋 copy color: '#1076BC'

red 16 ◦ green 118 ◦ blue 188

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

Shades of Denim #1076BC

Tints of Denim #1076BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 58.39%

R = 4.97%
G = 36.65%
B = 58.39%

CMYK

 C value IS 0.91

 M value IS 0.37

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1076BC (or 0x1076BC) is known color: Denim. HEX triplet: 10, 76 and BC. RGB value is (16,118,188). Sum of RGB (Red+Green+Blue) = 16+118+188=322 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.97% from 322); Green value is 118 (46.48% from 255 or 36.65% from 322); Blue value is 188 (73.83% from 255 or 58.39% from 322); Max value from RGB is 188 - color contains mainly: blue. Hex color #1076BC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1076BC is #EF8943. Grayscale: #5F5F5F. Windows color (decimal): -15698244 or 12350992. OLE color: 12350992.

HSL color Cylindrical-coordinate representation of color #1076BC: hue angle of 204.42º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1076BC is Cyan = 0.91, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 16 118 188 -
CMYK 0.91 0.37 0 0.26
HSL 204.42º 0.84% 0.4% -
HSV(B) 204.42º 0.91% 0.74% -
XYZ 15.77 16.7 49.97 -
YUV 95.48 180.21 71.31 -
System Red Green Blue C M Y K H S L
Decimal 16 118 188 0.91 0.37 0 0.26 204.42 0.84 0.4
Hex 10 76 BC 5B 25 0 1A CC 54 28
Octal 20 166 274 133 45 0 32 314 124 50
Binary 10000 1110110 10111100 1011011 100101 0 11010 11001100 1010100 101000

Color Harmonies of #1076BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1076BC

Black with #1076BC

Text Example


Text Example

White with #1076BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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