#1252B1

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

Shades of Denim #1252B1

Tints of Denim #1252B1

Color information

#1252B1 (or 0x1252B1) is unknown color: approx Denim. HEX triplet: 12, 52 and B1. RGB value is (18,82,177). Sum of RGB (Red+Green+Blue) = 18+82+177=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 177 (69.53% from 255 or 63.90% from 277); Max value from RGB is 177 - color contains mainly: blue. Hex color #1252B1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1252B1 is #EDAD4E. Grayscale: #494949. Windows color (decimal): -15576399 or 11620882. OLE color: 11620882.

HSL color Cylindrical-coordinate representation of color #1252B1: hue angle of 215.85º 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 #1252B1 is Cyan = 0.90, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1882177-
CMYK0.900.5400.31
HSL215.85º81.54%38.24%-
HSV(B)215.85º89.83%69.41%-
XYZ11.29.3442.81-
YUV73.69186.388.28-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.50%
GREEN value IS 82 (32.42% from 255) = 29.60%
BLUE value IS 177 (69.53% from 255) = 63.90%
R=6.50%
G=29.60%
B=63.90%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal18821770.900.5400.31215.8581.5438.24
Hex1252B15A3601Fd85226
Octal221222611326603733012246
Binary100101010010101100011011010110110011111110110001010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1252B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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