Html Css Color HEX #1256BD Denim

📋 copy color: '#1256BD'

red 18 ◦ green 86 ◦ blue 189

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

Shades of Denim #1256BD

Tints of Denim #1256BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 64.51%

R = 6.14%
G = 29.35%
B = 64.51%

CMYK

 C value IS 0.90

 M value IS 0.54

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1256BD (or 0x1256BD) is known color: Denim. HEX triplet: 12, 56 and BD. RGB value is (18,86,189). Sum of RGB (Red+Green+Blue) = 18+86+189=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 86 (33.98% from 255 or 29.35% from 293); Blue value is 189 (74.22% from 255 or 64.51% from 293); Max value from RGB is 189 - color contains mainly: blue. Hex color #1256BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1256BD is #EDA942. Grayscale: #4C4C4C. Windows color (decimal): -15575363 or 12408338. OLE color: 12408338.

HSL color Cylindrical-coordinate representation of color #1256BD: hue angle of 216.14º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1256BD is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 86 189 -
CMYK 0.90 0.54 0 0.26
HSL 216.14º 0.83% 0.41% -
HSV(B) 216.14º 0.9% 0.74% -
XYZ 12.76 10.46 49.49 -
YUV 77.41 190.97 85.62 -
System Red Green Blue C M Y K H S L
Decimal 18 86 189 0.90 0.54 0 0.26 216.14 0.83 0.41
Hex 12 56 BD 5A 36 0 1A D8 53 29
Octal 22 126 275 132 66 0 32 330 123 51
Binary 10010 1010110 10111101 1011010 110110 0 11010 11011000 1010011 101001

Color Harmonies of #1256BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1256BD

Black with #1256BD

Text Example


Text Example

White with #1256BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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