#1251C4

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

Shades of Denim #1251C4

Tints of Denim #1251C4

Color information

#1251C4 (or 0x1251C4) is unknown color: approx Denim. HEX triplet: 12, 51 and C4. RGB value is (18,81,196). Sum of RGB (Red+Green+Blue) = 18+81+196=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 81 (32.03% from 255 or 27.46% from 295); Blue value is 196 (76.95% from 255 or 66.44% from 295); Max value from RGB is 196 - color contains mainly: blue. Hex color #1251C4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1251C4 is #EDAE3B. Grayscale: #4A4A4A. Windows color (decimal): -15576636 or 12865810. OLE color: 12865810.

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

Color convert

RGB1881196-
CMYK0.910.5900.23
HSL218.76º83.18%41.96%-
HSV(B)218.76º90.82%76.86%-
XYZ13.161053.46-
YUV75.27196.1387.15-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.10%
GREEN value IS 81 (32.03% from 255) = 27.46%
BLUE value IS 196 (76.95% from 255) = 66.44%
R=6.10%
G=27.46%
B=66.44%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal18811960.910.5900.23218.7683.1841.96
Hex1251C45B3B017db532a
Octal221213041337302733312352
Binary100101010001110001001011011111011010111110110111010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1251C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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