Html Css Color HEX #1256CD Denim

📋 copy color: '#1256CD'

red 18 ◦ green 86 ◦ blue 205

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

Shades of Denim #1256CD

Tints of Denim #1256CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 66.34%

R = 5.83%
G = 27.83%
B = 66.34%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1256CD (or 0x1256CD) is known color: Denim. HEX triplet: 12, 56 and CD. RGB value is (18,86,205). Sum of RGB (Red+Green+Blue) = 18+86+205=309 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.83% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 205 (80.47% from 255 or 66.34% from 309); Max value from RGB is 205 - color contains mainly: blue. Hex color #1256CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1256CD is #EDA932. Grayscale: #4E4E4E. Windows color (decimal): -15575347 or 13456914. OLE color: 13456914.

HSL color Cylindrical-coordinate representation of color #1256CD: hue angle of 218.18º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1256CD is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 18 86 205 -
CMYK 0.91 0.58 0 0.20
HSL 218.18º 0.84% 0.44% -
HSV(B) 218.18º 0.91% 0.8% -
XYZ 14.6 11.19 59.15 -
YUV 79.23 198.97 84.32 -
System Red Green Blue C M Y K H S L
Decimal 18 86 205 0.91 0.58 0 0.20 218.18 0.84 0.44
Hex 12 56 CD 5B 3A 0 14 DA 54 2C
Octal 22 126 315 133 72 0 24 332 124 54
Binary 10010 1010110 11001101 1011011 111010 0 10100 11011010 1010100 101100

Color Harmonies of #1256CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1256CD

Black with #1256CD

Text Example


Text Example

White with #1256CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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