#1265A2

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

Shades of Denim #1265A2

Tints of Denim #1265A2

Color information

#1265A2 (or 0x1265A2) is unknown color: approx Denim. HEX triplet: 12, 65 and A2. RGB value is (18,101,162). Sum of RGB (Red+Green+Blue) = 18+101+162=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 101 (39.84% from 255 or 35.94% from 281); Blue value is 162 (63.67% from 255 or 57.65% from 281); Max value from RGB is 162 - color contains mainly: blue. Hex color #1265A2 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1265A2 is #ED9A5D. Grayscale: #525252. Windows color (decimal): -15571550 or 10642706. OLE color: 10642706.

HSL color Cylindrical-coordinate representation of color #1265A2: hue angle of 205.42º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1265A2 is Cyan = 0.89, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB18101162-
CMYK0.890.3800.36
HSL205.42º80%35.29%-
HSV(B)205.42º88.89%63.53%-
XYZ11.4212.0435.91-
YUV83.14172.581.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.41%
GREEN value IS 101 (39.84% from 255) = 35.94%
BLUE value IS 162 (63.67% from 255) = 57.65%
R=6.41%
G=35.94%
B=57.65%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal181011620.890.3800.36205.428035.29
Hex1265A25926024cd5023
Octal221452421314604431512043
Binary1001011001011010001010110011001100100100110011011010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1265A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1265A2; }

 p { color: rgb(18,101,162); }

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

<style>
 a { background-color: #1265A2; }

 a { background-color: rgb(18,101,162); }

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

<style>
 span { border-color: #1265A2; }

 span { border-color: rgb(18,101,162); }

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