#1256BB

Color #1256BB Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1256BB

Tints of Denim #1256BB

Color information

#1256BB (or 0x1256BB) is unknown color: approx Denim. HEX triplet: 12, 56 and BB. RGB value is (18,86,187). Sum of RGB (Red+Green+Blue) = 18+86+187=291 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.19% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 187 (73.44% from 255 or 64.26% from 291); Max value from RGB is 187 - color contains mainly: blue. Hex color #1256BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1256BB is #EDA944. Grayscale: #4C4C4C. Windows color (decimal): -15575365 or 12277266. OLE color: 12277266.

HSL color Cylindrical-coordinate representation of color #1256BB: hue angle of 215.86º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1256BB is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1886187-
CMYK0.900.5400.27
HSL215.86º82.44%40.2%-
HSV(B)215.86º90.37%73.33%-
XYZ12.5510.3748.35-
YUV77.18189.9785.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.19%
GREEN value IS 86 (33.98% from 255) = 29.55%
BLUE value IS 187 (73.44% from 255) = 64.26%
R=6.19%
G=29.55%
B=64.26%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18861870.900.5400.27215.8682.4440.2
Hex1256BB5A3601Bd85228
Octal221262731326603333012250
Binary100101010110101110111011010110110011011110110001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1256BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1256BB;
 }
 .AnyTagClassName
 {
   color: #1256BB;
 }
</style>
background-color css

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

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

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

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

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

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