Html Css Color HEX #1061A0 Denim

📋 copy color: '#1061A0'

red 16 ◦ green 97 ◦ blue 160

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

Shades of Denim #1061A0

Tints of Denim #1061A0

RGB

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

 GREEN value IS 97 (38.28% from 255) = 35.53%

 BLUE value IS 160 (62.89% from 255) = 58.61%

R = 5.86%
G = 35.53%
B = 58.61%

CMYK

 C value IS 0.9

 M value IS 0.39

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#1061A0 (or 0x1061A0) is known color: Denim. HEX triplet: 10, 61 and A0. RGB value is (16,97,160). Sum of RGB (Red+Green+Blue) = 16+97+160=273 (36% of max value = 765). Red value is 16 (6.64% from 255 or 5.86% from 273); Green value is 97 (38.28% from 255 or 35.53% from 273); Blue value is 160 (62.89% from 255 or 58.61% from 273); Max value from RGB is 160 - color contains mainly: blue. Hex color #1061A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1061A0 is #EF9E5F. Grayscale: #4F4F4F. Windows color (decimal): -15703648 or 10510608. OLE color: 10510608.

HSL color Cylindrical-coordinate representation of color #1061A0: hue angle of 206.25º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1061A0 is Cyan = 0.9, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 16 97 160 -
CMYK 0.9 0.39 0 0.37
HSL 206.25º 0.82% 0.35% -
HSV(B) 206.25º 0.9% 0.63% -
XYZ 10.83 11.2 34.85 -
YUV 79.96 173.16 82.38 -
System Red Green Blue C M Y K H S L
Decimal 16 97 160 0.9 0.39 0 0.37 206.25 0.82 0.35
Hex 10 61 A0 5A 27 0 25 CE 52 23
Octal 20 141 240 132 47 0 45 316 122 43
Binary 10000 1100001 10100000 1011010 100111 0 100101 11001110 1010010 100011

Color Harmonies of #1061A0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1061A0

Black with #1061A0

Text Example


Text Example

White with #1061A0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1061A0; }

 p { color: rgb(16,97,160); }

 H1.HeaderClassName
 {
   color: #1061A0;
 }
 .AnyTagClassName
 {
   color: #1061A0;
 }
</style>

background-color css

<style>
 a { background-color: #1061A0; }

 a { background-color: rgb(16,97,160); }

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

border-color css

<style>
 span { border-color: #1061A0; }

 span { border-color: rgb(16,97,160); }

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