Html Css Color HEX #1261AD Denim

📋 copy color: '#1261AD'

red 18 ◦ green 97 ◦ blue 173

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

Shades of Denim #1261AD

Tints of Denim #1261AD

RGB

 RED value IS 18 (7.42% from 255) = 6.25%

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

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

R = 6.25%
G = 33.68%
B = 60.07%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1261AD (or 0x1261AD) is known color: Denim. HEX triplet: 12, 61 and AD. RGB value is (18,97,173). Sum of RGB (Red+Green+Blue) = 18+97+173=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 97 (38.28% from 255 or 33.68% from 288); Blue value is 173 (67.97% from 255 or 60.07% from 288); Max value from RGB is 173 - color contains mainly: blue. Hex color #1261AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1261AD is #ED9E52. Grayscale: #515151. Windows color (decimal): -15572563 or 11362578. OLE color: 11362578.

HSL color Cylindrical-coordinate representation of color #1261AD: hue angle of 209.42º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1261AD is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 97 173 -
CMYK 0.90 0.44 0 0.32
HSL 209.42º 0.81% 0.37% -
HSV(B) 209.42º 0.9% 0.68% -
XYZ 12.07 11.7 41.16 -
YUV 82.04 179.33 82.32 -
System Red Green Blue C M Y K H S L
Decimal 18 97 173 0.90 0.44 0 0.32 209.42 0.81 0.37
Hex 12 61 AD 5A 2C 0 20 D1 51 25
Octal 22 141 255 132 54 0 40 321 121 45
Binary 10010 1100001 10101101 1011010 101100 0 100000 11010001 1010001 100101

Color Harmonies of #1261AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1261AD

Black with #1261AD

Text Example


Text Example

White with #1261AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,97,173); }

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

background-color css

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

 a { background-color: rgb(18,97,173); }

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

border-color css

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

 span { border-color: rgb(18,97,173); }

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