Html Css Color HEX #1256A9 Denim

📋 copy color: '#1256A9'

red 18 ◦ green 86 ◦ blue 169

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

Shades of Denim #1256A9

Tints of Denim #1256A9

RGB

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

 GREEN value IS 86 (33.98% from 255) = 31.5%

 BLUE value IS 169 (66.41% from 255) = 61.9%

R = 6.59%
G = 31.5%
B = 61.9%

CMYK

 C value IS 0.89

 M value IS 0.49

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#1256A9 (or 0x1256A9) is known color: Denim. HEX triplet: 12, 56 and A9. RGB value is (18,86,169). Sum of RGB (Red+Green+Blue) = 18+86+169=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 169 (66.41% from 255 or 61.90% from 273); Max value from RGB is 169 - color contains mainly: blue. Hex color #1256A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1256A9 is #EDA956. Grayscale: #4A4A4A. Windows color (decimal): -15575383 or 11097618. OLE color: 11097618.

HSL color Cylindrical-coordinate representation of color #1256A9: hue angle of 212.98º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1256A9 is Cyan = 0.89, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 18 86 169 -
CMYK 0.89 0.49 0 0.34
HSL 212.98º 0.81% 0.37% -
HSV(B) 212.98º 0.89% 0.66% -
XYZ 10.74 9.65 38.83 -
YUV 75.13 180.97 87.25 -
System Red Green Blue C M Y K H S L
Decimal 18 86 169 0.89 0.49 0 0.34 212.98 0.81 0.37
Hex 12 56 A9 59 31 0 22 D5 51 25
Octal 22 126 251 131 61 0 42 325 121 45
Binary 10010 1010110 10101001 1011001 110001 0 100010 11010101 1010001 100101

Color Harmonies of #1256A9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1256A9

Black with #1256A9

Text Example


Text Example

White with #1256A9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1256A9; }

 p { color: rgb(18,86,169); }

 H1.HeaderClassName
 {
   color: #1256A9;
 }
 .AnyTagClassName
 {
   color: #1256A9;
 }
</style>

background-color css

<style>
 a { background-color: #1256A9; }

 a { background-color: rgb(18,86,169); }

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

border-color css

<style>
 span { border-color: #1256A9; }

 span { border-color: rgb(18,86,169); }

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