Html Css Color HEX #1071BB Denim

📋 copy color: '#1071BB'

red 16 ◦ green 113 ◦ blue 187

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

Shades of Denim #1071BB

Tints of Denim #1071BB

RGB

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

 GREEN value IS 113 (44.53% from 255) = 35.76%

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

R = 5.06%
G = 35.76%
B = 59.18%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#1071BB (or 0x1071BB) is known color: Denim. HEX triplet: 10, 71 and BB. RGB value is (16,113,187). Sum of RGB (Red+Green+Blue) = 16+113+187=316 (41% of max value = 765). Red value is 16 (6.64% from 255 or 5.06% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 187 (73.44% from 255 or 59.18% from 316); Max value from RGB is 187 - color contains mainly: blue. Hex color #1071BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1071BB is #EF8E44. Grayscale: #5C5C5C. Windows color (decimal): -15699525 or 12284176. OLE color: 12284176.

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

Color convert

RGB 16 113 187 -
CMYK 0.91 0.40 0 0.27
HSL 205.96º 0.84% 0.4% -
HSV(B) 205.96º 0.91% 0.73% -
XYZ 15.09 15.51 49.21 -
YUV 92.43 181.36 73.48 -
System Red Green Blue C M Y K H S L
Decimal 16 113 187 0.91 0.40 0 0.27 205.96 0.84 0.4
Hex 10 71 BB 5B 28 0 1B CE 54 28
Octal 20 161 273 133 50 0 33 316 124 50
Binary 10000 1110001 10111011 1011011 101000 0 11011 11001110 1010100 101000

Color Harmonies of #1071BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1071BB

Black with #1071BB

Text Example


Text Example

White with #1071BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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