#1269C7

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

Shades of Denim #1269C7

Tints of Denim #1269C7

Color information

#1269C7 (or 0x1269C7) is unknown color: approx Denim. HEX triplet: 12, 69 and C7. RGB value is (18,105,199). Sum of RGB (Red+Green+Blue) = 18+105+199=322 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.59% from 322); Green value is 105 (41.41% from 255 or 32.61% from 322); Blue value is 199 (78.12% from 255 or 61.80% from 322); Max value from RGB is 199 - color contains mainly: blue. Hex color #1269C7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1269C7 is #ED9638. Grayscale: #595959. Windows color (decimal): -15570489 or 13068562. OLE color: 13068562.

HSL color Cylindrical-coordinate representation of color #1269C7: hue angle of 211.16º degrees, saturation: 0.83, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1269C7 is Cyan = 0.91, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB18105199-
CMYK0.910.4700.22
HSL211.16º83.41%42.55%-
HSV(B)211.16º90.95%78.04%-
XYZ15.6114.3655.98-
YUV89.7189.6876.86-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.59%
GREEN value IS 105 (41.41% from 255) = 32.61%
BLUE value IS 199 (78.12% from 255) = 61.80%
R=5.59%
G=32.61%
B=61.80%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal181051990.910.4700.22211.1683.4142.55
Hex1269C75B2F016d3532b
Octal221513071335702632312353
Binary100101101001110001111011011101111010110110100111010011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1269C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1269C7; }

 p { color: rgb(18,105,199); }

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

<style>
 a { background-color: #1269C7; }

 a { background-color: rgb(18,105,199); }

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

<style>
 span { border-color: #1269C7; }

 span { border-color: rgb(18,105,199); }

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