#1259CF

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

Shades of Denim #1259CF

Tints of Denim #1259CF

Color information

#1259CF (or 0x1259CF) is unknown color: approx Denim. HEX triplet: 12, 59 and CF. RGB value is (18,89,207). Sum of RGB (Red+Green+Blue) = 18+89+207=314 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.73% from 314); Green value is 89 (35.16% from 255 or 28.34% from 314); Blue value is 207 (81.25% from 255 or 65.92% from 314); Max value from RGB is 207 - color contains mainly: blue. Hex color #1259CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1259CF is #EDA630. Grayscale: #505050. Windows color (decimal): -15574577 or 13588754. OLE color: 13588754.

HSL color Cylindrical-coordinate representation of color #1259CF: hue angle of 217.46º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1259CF is Cyan = 0.91, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB1889207-
CMYK0.910.5700.19
HSL217.46º84%44.12%-
HSV(B)217.46º91.3%81.18%-
XYZ15.0811.7860.51-
YUV81.22198.9882.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.73%
GREEN value IS 89 (35.16% from 255) = 28.34%
BLUE value IS 207 (81.25% from 255) = 65.92%
R=5.73%
G=28.34%
B=65.92%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal18892070.910.5700.19217.468444.12
Hex1259CF5B39013d9542c
Octal221313171337102333112454
Binary100101011001110011111011011111001010011110110011010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1259CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1259CF; }

 p { color: rgb(18,89,207); }

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

<style>
 a { background-color: #1259CF; }

 a { background-color: rgb(18,89,207); }

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

<style>
 span { border-color: #1259CF; }

 span { border-color: rgb(18,89,207); }

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