#1253BF

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

Shades of Denim #1253BF

Tints of Denim #1253BF

Color information

#1253BF (or 0x1253BF) is unknown color: approx Denim. HEX triplet: 12, 53 and BF. RGB value is (18,83,191). Sum of RGB (Red+Green+Blue) = 18+83+191=292 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.16% from 292); Green value is 83 (32.81% from 255 or 28.42% from 292); Blue value is 191 (75% from 255 or 65.41% from 292); Max value from RGB is 191 - color contains mainly: blue. Hex color #1253BF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1253BF is #EDAC40. Grayscale: #4B4B4B. Windows color (decimal): -15576129 or 12538642. OLE color: 12538642.

HSL color Cylindrical-coordinate representation of color #1253BF: hue angle of 217.46º 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 #1253BF is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1883191-
CMYK0.910.5700.25
HSL217.46º82.78%40.98%-
HSV(B)217.46º90.58%74.9%-
XYZ12.7510.0850.56-
YUV75.88192.9786.72-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.16%
GREEN value IS 83 (32.81% from 255) = 28.42%
BLUE value IS 191 (75% from 255) = 65.41%
R=6.16%
G=28.42%
B=65.41%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18831910.910.5700.25217.4682.7840.98
Hex1253BF5B39019d95329
Octal221232771337103133112351
Binary100101010011101111111011011111001011001110110011010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1253BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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