#1252CB

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

Shades of Denim #1252CB

Tints of Denim #1252CB

Color information

#1252CB (or 0x1252CB) is unknown color: approx Denim. HEX triplet: 12, 52 and CB. RGB value is (18,82,203). Sum of RGB (Red+Green+Blue) = 18+82+203=303 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.94% from 303); Green value is 82 (32.42% from 255 or 27.06% from 303); Blue value is 203 (79.69% from 255 or 67.00% from 303); Max value from RGB is 203 - color contains mainly: blue. Hex color #1252CB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1252CB is #EDAD34. Grayscale: #4C4C4C. Windows color (decimal): -15576373 or 13324818. OLE color: 13324818.

HSL color Cylindrical-coordinate representation of color #1252CB: hue angle of 219.24º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1252CB is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB1882203-
CMYK0.910.6000.20
HSL219.24º83.71%43.33%-
HSV(B)219.24º91.13%79.61%-
XYZ14.0510.4757.78-
YUV76.66199.386.16-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.94%
GREEN value IS 82 (32.42% from 255) = 27.06%
BLUE value IS 203 (79.69% from 255) = 67.00%
R=5.94%
G=27.06%
B=67.00%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal18822030.910.6000.20219.2483.7143.33
Hex1252CB5B3C014db542b
Octal221223131337402433312453
Binary100101010010110010111011011111100010100110110111010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1252CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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