Html Css Color HEX #1068AD Denim

📋 copy color: '#1068AD'

red 16 ◦ green 104 ◦ blue 173

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

Shades of Denim #1068AD

Tints of Denim #1068AD

RGB

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

 GREEN value IS 104 (41.02% from 255) = 35.49%

 BLUE value IS 173 (67.97% from 255) = 59.04%

R = 5.46%
G = 35.49%
B = 59.04%

CMYK

 C value IS 0.91

 M value IS 0.40

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1068AD (or 0x1068AD) is known color: Denim. HEX triplet: 10, 68 and AD. RGB value is (16,104,173). Sum of RGB (Red+Green+Blue) = 16+104+173=293 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.46% from 293); Green value is 104 (41.02% from 255 or 35.49% from 293); Blue value is 173 (67.97% from 255 or 59.04% from 293); Max value from RGB is 173 - color contains mainly: blue. Hex color #1068AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1068AD is #EF9752. Grayscale: #555555. Windows color (decimal): -15701843 or 11364368. OLE color: 11364368.

HSL color Cylindrical-coordinate representation of color #1068AD: hue angle of 206.37º degrees, saturation: 0.83, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1068AD is Cyan = 0.91, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 16 104 173 -
CMYK 0.91 0.40 0 0.32
HSL 206.37º 0.83% 0.37% -
HSV(B) 206.37º 0.91% 0.68% -
XYZ 12.71 13.03 41.38 -
YUV 85.55 177.35 78.39 -
System Red Green Blue C M Y K H S L
Decimal 16 104 173 0.91 0.40 0 0.32 206.37 0.83 0.37
Hex 10 68 AD 5B 28 0 20 CE 53 25
Octal 20 150 255 133 50 0 40 316 123 45
Binary 10000 1101000 10101101 1011011 101000 0 100000 11001110 1010011 100101

Color Harmonies of #1068AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1068AD

Black with #1068AD

Text Example


Text Example

White with #1068AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1068AD; }

 p { color: rgb(16,104,173); }

 H1.HeaderClassName
 {
   color: #1068AD;
 }
 .AnyTagClassName
 {
   color: #1068AD;
 }
</style>

background-color css

<style>
 a { background-color: #1068AD; }

 a { background-color: rgb(16,104,173); }

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

border-color css

<style>
 span { border-color: #1068AD; }

 span { border-color: rgb(16,104,173); }

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