Html Css Color HEX #1071C3 Denim

📋 copy color: '#1071C3'

red 16 ◦ green 113 ◦ blue 195

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

Shades of Denim #1071C3

Tints of Denim #1071C3

RGB

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

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

 BLUE value IS 195 (76.56% from 255) = 60.19%

R = 4.94%
G = 34.88%
B = 60.19%

CMYK

 C value IS 0.92

 M value IS 0.42

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#1071C3 (or 0x1071C3) is known color: Denim. HEX triplet: 10, 71 and C3. RGB value is (16,113,195). Sum of RGB (Red+Green+Blue) = 16+113+195=324 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.94% from 324); Green value is 113 (44.53% from 255 or 34.88% from 324); Blue value is 195 (76.56% from 255 or 60.19% from 324); Max value from RGB is 195 - color contains mainly: blue. Hex color #1071C3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1071C3 is #EF8E3C. Grayscale: #5C5C5C. Windows color (decimal): -15699517 or 12808464. OLE color: 12808464.

HSL color Cylindrical-coordinate representation of color #1071C3: hue angle of 207.49º degrees, saturation: 0.85, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1071C3 is Cyan = 0.92, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 16 113 195 -
CMYK 0.92 0.42 0 0.24
HSL 207.49º 0.85% 0.41% -
HSV(B) 207.49º 0.92% 0.76% -
XYZ 15.97 15.86 53.85 -
YUV 93.35 185.36 72.83 -
System Red Green Blue C M Y K H S L
Decimal 16 113 195 0.92 0.42 0 0.24 207.49 0.85 0.41
Hex 10 71 C3 5C 2A 0 18 CF 55 29
Octal 20 161 303 134 52 0 30 317 125 51
Binary 10000 1110001 11000011 1011100 101010 0 11000 11001111 1010101 101001

Color Harmonies of #1071C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1071C3

Black with #1071C3

Text Example


Text Example

White with #1071C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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