#1254BB

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

Shades of Denim #1254BB

Tints of Denim #1254BB

Color information

#1254BB (or 0x1254BB) is unknown color: approx Denim. HEX triplet: 12, 54 and BB. RGB value is (18,84,187). Sum of RGB (Red+Green+Blue) = 18+84+187=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 84 (33.20% from 255 or 29.07% from 289); Blue value is 187 (73.44% from 255 or 64.71% from 289); Max value from RGB is 187 - color contains mainly: blue. Hex color #1254BB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1254BB is #EDAB44. Grayscale: #4B4B4B. Windows color (decimal): -15575877 or 12276754. OLE color: 12276754.

HSL color Cylindrical-coordinate representation of color #1254BB: hue angle of 216.57º 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 #1254BB is Cyan = 0.90, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1884187-
CMYK0.900.5500.27
HSL216.57º82.44%40.2%-
HSV(B)216.57º90.37%73.33%-
XYZ12.3910.0648.3-
YUV76.01190.6386.62-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.23%
GREEN value IS 84 (33.20% from 255) = 29.07%
BLUE value IS 187 (73.44% from 255) = 64.71%
R=6.23%
G=29.07%
B=64.71%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18841870.900.5500.27216.5782.4440.2
Hex1254BB5A3701Bd95228
Octal221242731326703333112250
Binary100101010100101110111011010110111011011110110011010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1254BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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