Html Css Color HEX #1261AB Denim

📋 copy color: '#1261AB'

red 18 ◦ green 97 ◦ blue 171

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

Shades of Denim #1261AB

Tints of Denim #1261AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 59.79%

R = 6.29%
G = 33.92%
B = 59.79%

CMYK

 C value IS 0.89

 M value IS 0.43

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1261AB (or 0x1261AB) is known color: Denim. HEX triplet: 12, 61 and AB. RGB value is (18,97,171). Sum of RGB (Red+Green+Blue) = 18+97+171=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 97 (38.28% from 255 or 33.92% from 286); Blue value is 171 (67.19% from 255 or 59.79% from 286); Max value from RGB is 171 - color contains mainly: blue. Hex color #1261AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1261AB is #ED9E54. Grayscale: #515151. Windows color (decimal): -15572565 or 11231506. OLE color: 11231506.

HSL color Cylindrical-coordinate representation of color #1261AB: hue angle of 209.02º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1261AB is Cyan = 0.89, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 97 171 -
CMYK 0.89 0.43 0 0.33
HSL 209.02º 0.81% 0.37% -
HSV(B) 209.02º 0.89% 0.67% -
XYZ 11.87 11.62 40.14 -
YUV 81.82 178.33 82.48 -
System Red Green Blue C M Y K H S L
Decimal 18 97 171 0.89 0.43 0 0.33 209.02 0.81 0.37
Hex 12 61 AB 59 2B 0 21 D1 51 25
Octal 22 141 253 131 53 0 41 321 121 45
Binary 10010 1100001 10101011 1011001 101011 0 100001 11010001 1010001 100101

Color Harmonies of #1261AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1261AB

Black with #1261AB

Text Example


Text Example

White with #1261AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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