#1269AF

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

Shades of Denim #1269AF

Tints of Denim #1269AF

Color information

#1269AF (or 0x1269AF) is unknown color: approx Denim. HEX triplet: 12, 69 and AF. RGB value is (18,105,175). Sum of RGB (Red+Green+Blue) = 18+105+175=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 105 (41.41% from 255 or 35.23% from 298); Blue value is 175 (68.75% from 255 or 58.72% from 298); Max value from RGB is 175 - color contains mainly: blue. Hex color #1269AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1269AF is #ED9650. Grayscale: #565656. Windows color (decimal): -15570513 or 11495698. OLE color: 11495698.

HSL color Cylindrical-coordinate representation of color #1269AF: hue angle of 206.75º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1269AF is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB18105175-
CMYK0.900.4000.31
HSL206.75º81.35%37.84%-
HSV(B)206.75º89.71%68.63%-
XYZ13.0413.3342.44-
YUV86.97177.6878.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.04%
GREEN value IS 105 (41.41% from 255) = 35.23%
BLUE value IS 175 (68.75% from 255) = 58.72%
R=6.04%
G=35.23%
B=58.72%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal181051750.900.4000.31206.7581.3537.84
Hex1269AF5A2801Fcf5126
Octal221512571325003731712146
Binary100101101001101011111011010101000011111110011111010001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1269AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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