Html Css Color HEX #1256D6 Denim

📋 copy color: '#1256D6'

red 18 ◦ green 86 ◦ blue 214

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

Shades of Denim #1256D6

Tints of Denim #1256D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 67.3%

R = 5.66%
G = 27.04%
B = 67.3%

CMYK

 C value IS 0.92

 M value IS 0.60

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#1256D6 (or 0x1256D6) is known color: Denim. HEX triplet: 12, 56 and D6. RGB value is (18,86,214). Sum of RGB (Red+Green+Blue) = 18+86+214=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 214 (83.98% from 255 or 67.30% from 318); Max value from RGB is 214 - color contains mainly: blue. Hex color #1256D6 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1256D6 is #EDA929. Grayscale: #4F4F4F. Windows color (decimal): -15575338 or 14046738. OLE color: 14046738.

HSL color Cylindrical-coordinate representation of color #1256D6: hue angle of 219.18º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1256D6 is Cyan = 0.92, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 18 86 214 -
CMYK 0.92 0.60 0 0.16
HSL 219.18º 0.84% 0.45% -
HSV(B) 219.18º 0.92% 0.84% -
XYZ 15.71 11.64 65.04 -
YUV 80.26 203.47 83.59 -
System Red Green Blue C M Y K H S L
Decimal 18 86 214 0.92 0.60 0 0.16 219.18 0.84 0.45
Hex 12 56 D6 5C 3C 0 10 DB 54 2D
Octal 22 126 326 134 74 0 20 333 124 55
Binary 10010 1010110 11010110 1011100 111100 0 10000 11011011 1010100 101101

Color Harmonies of #1256D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1256D6

Black with #1256D6

Text Example


Text Example

White with #1256D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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