#1254BF

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

Shades of Denim #1254BF

Tints of Denim #1254BF

Color information

#1254BF (or 0x1254BF) is unknown color: approx Denim. HEX triplet: 12, 54 and BF. RGB value is (18,84,191). Sum of RGB (Red+Green+Blue) = 18+84+191=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 84 (33.20% from 255 or 28.67% from 293); Blue value is 191 (75% from 255 or 65.19% from 293); Max value from RGB is 191 - color contains mainly: blue. Hex color #1254BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1254BF is #EDAB40. Grayscale: #4B4B4B. Windows color (decimal): -15575873 or 12538898. OLE color: 12538898.

HSL color Cylindrical-coordinate representation of color #1254BF: hue angle of 217.11º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1254BF is Cyan = 0.91, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1884191-
CMYK0.910.5600.25
HSL217.11º82.78%40.98%-
HSV(B)217.11º90.58%74.9%-
XYZ12.8210.2350.59-
YUV76.46192.6386.3-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.14%
GREEN value IS 84 (33.20% from 255) = 28.67%
BLUE value IS 191 (75% from 255) = 65.19%
R=6.14%
G=28.67%
B=65.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18841910.910.5600.25217.1182.7840.98
Hex1254BF5B38019d95329
Octal221242771337003133112351
Binary100101010100101111111011011111000011001110110011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1254BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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