Html Css Color HEX #1067AD Denim

📋 copy color: '#1067AD'

red 16 ◦ green 103 ◦ blue 173

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

Shades of Denim #1067AD

Tints of Denim #1067AD

RGB

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

 GREEN value IS 103 (40.63% from 255) = 35.27%

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

R = 5.48%
G = 35.27%
B = 59.25%

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

#1067AD (or 0x1067AD) is known color: Denim. HEX triplet: 10, 67 and AD. RGB value is (16,103,173). Sum of RGB (Red+Green+Blue) = 16+103+173=292 (38% of max value = 765). Red value is 16 (6.64% from 255 or 5.48% from 292); Green value is 103 (40.62% from 255 or 35.27% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #1067AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1067AD is #EF9852. Grayscale: #545454. Windows color (decimal): -15702099 or 11364112. OLE color: 11364112.

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

Color convert

RGB 16 103 173 -
CMYK 0.91 0.40 0 0.32
HSL 206.75º 0.83% 0.37% -
HSV(B) 206.75º 0.91% 0.68% -
XYZ 12.61 12.83 41.35 -
YUV 84.97 177.68 78.81 -
System Red Green Blue C M Y K H S L
Decimal 16 103 173 0.91 0.40 0 0.32 206.75 0.83 0.37
Hex 10 67 AD 5B 28 0 20 CF 53 25
Octal 20 147 255 133 50 0 40 317 123 45
Binary 10000 1100111 10101101 1011011 101000 0 100000 11001111 1010011 100101

Color Harmonies of #1067AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1067AD

Black with #1067AD

Text Example


Text Example

White with #1067AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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