#1251C2

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

Shades of Denim #1251C2

Tints of Denim #1251C2

Color information

#1251C2 (or 0x1251C2) is unknown color: approx Denim. HEX triplet: 12, 51 and C2. RGB value is (18,81,194). Sum of RGB (Red+Green+Blue) = 18+81+194=293 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.14% from 293); Green value is 81 (32.03% from 255 or 27.65% from 293); Blue value is 194 (76.17% from 255 or 66.21% from 293); Max value from RGB is 194 - color contains mainly: blue. Hex color #1251C2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1251C2 is #EDAE3D. Grayscale: #4A4A4A. Windows color (decimal): -15576638 or 12734738. OLE color: 12734738.

HSL color Cylindrical-coordinate representation of color #1251C2: hue angle of 218.52º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1251C2 is Cyan = 0.91, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1881194-
CMYK0.910.5800.24
HSL218.52º83.02%41.57%-
HSV(B)218.52º90.72%76.08%-
XYZ12.939.9152.27-
YUV75.04195.1387.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.14%
GREEN value IS 81 (32.03% from 255) = 27.65%
BLUE value IS 194 (76.17% from 255) = 66.21%
R=6.14%
G=27.65%
B=66.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18811940.910.5800.24218.5283.0241.57
Hex1251C25B3A018db532a
Octal221213021337203033312352
Binary100101010001110000101011011111010011000110110111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1251C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1251C2; }

 p { color: rgb(18,81,194); }

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

<style>
 a { background-color: #1251C2; }

 a { background-color: rgb(18,81,194); }

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

<style>
 span { border-color: #1251C2; }

 span { border-color: rgb(18,81,194); }

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