Html Css Color HEX #1256CE Denim

📋 copy color: '#1256CE'

red 18 ◦ green 86 ◦ blue 206

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

Shades of Denim #1256CE

Tints of Denim #1256CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 66.45%

R = 5.81%
G = 27.74%
B = 66.45%

CMYK

 C value IS 0.91

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1256CE (or 0x1256CE) is known color: Denim. HEX triplet: 12, 56 and CE. RGB value is (18,86,206). Sum of RGB (Red+Green+Blue) = 18+86+206=310 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.81% from 310); Green value is 86 (33.98% from 255 or 27.74% from 310); Blue value is 206 (80.86% from 255 or 66.45% from 310); Max value from RGB is 206 - color contains mainly: blue. Hex color #1256CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1256CE is #EDA931. Grayscale: #4E4E4E. Windows color (decimal): -15575346 or 13522450. OLE color: 13522450.

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

Color convert

RGB 18 86 206 -
CMYK 0.91 0.58 0 0.19
HSL 218.3º 0.84% 0.44% -
HSV(B) 218.3º 0.91% 0.81% -
XYZ 14.72 11.24 59.79 -
YUV 79.35 199.47 84.24 -
System Red Green Blue C M Y K H S L
Decimal 18 86 206 0.91 0.58 0 0.19 218.3 0.84 0.44
Hex 12 56 CE 5B 3A 0 13 DA 54 2C
Octal 22 126 316 133 72 0 23 332 124 54
Binary 10010 1010110 11001110 1011011 111010 0 10011 11011010 1010100 101100

Color Harmonies of #1256CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1256CE

Black with #1256CE

Text Example


Text Example

White with #1256CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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