#1253B1

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

Shades of Denim #1253B1

Tints of Denim #1253B1

Color information

#1253B1 (or 0x1253B1) is unknown color: approx Denim. HEX triplet: 12, 53 and B1. RGB value is (18,83,177). Sum of RGB (Red+Green+Blue) = 18+83+177=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 83 (32.81% from 255 or 29.86% from 278); Blue value is 177 (69.53% from 255 or 63.67% from 278); Max value from RGB is 177 - color contains mainly: blue. Hex color #1253B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1253B1 is #EDAC4E. Grayscale: #494949. Windows color (decimal): -15576143 or 11621138. OLE color: 11621138.

HSL color Cylindrical-coordinate representation of color #1253B1: hue angle of 215.47º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1253B1 is Cyan = 0.90, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1883177-
CMYK0.900.5300.31
HSL215.47º81.54%38.24%-
HSV(B)215.47º89.83%69.41%-
XYZ11.289.4942.83-
YUV74.28185.9787.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.47%
GREEN value IS 83 (32.81% from 255) = 29.86%
BLUE value IS 177 (69.53% from 255) = 63.67%
R=6.47%
G=29.86%
B=63.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal18831770.900.5300.31215.4781.5438.24
Hex1253B15A3501Fd75226
Octal221232611326503732712246
Binary100101010011101100011011010110101011111110101111010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1253B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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