#1267A5

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

Shades of Denim #1267A5

Tints of Denim #1267A5

Color information

#1267A5 (or 0x1267A5) is unknown color: approx Denim. HEX triplet: 12, 67 and A5. RGB value is (18,103,165). Sum of RGB (Red+Green+Blue) = 18+103+165=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 103 (40.62% from 255 or 36.01% from 286); Blue value is 165 (64.84% from 255 or 57.69% from 286); Max value from RGB is 165 - color contains mainly: blue. Hex color #1267A5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1267A5 is #ED985A. Grayscale: #545454. Windows color (decimal): -15571035 or 10839826. OLE color: 10839826.

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

Color convert

RGB18103165-
CMYK0.890.3800.35
HSL205.31º80.33%35.88%-
HSV(B)205.31º89.09%64.71%-
XYZ11.8912.5537.39-
YUV84.65173.3480.46-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.29%
GREEN value IS 103 (40.62% from 255) = 36.01%
BLUE value IS 165 (64.84% from 255) = 57.69%
R=6.29%
G=36.01%
B=57.69%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal181031650.890.3800.35205.3180.3335.88
Hex1267A55926023cd5024
Octal221472451314604331512044
Binary1001011001111010010110110011001100100011110011011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1267A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1267A5; }

 p { color: rgb(18,103,165); }

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

<style>
 a { background-color: #1267A5; }

 a { background-color: rgb(18,103,165); }

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

<style>
 span { border-color: #1267A5; }

 span { border-color: rgb(18,103,165); }

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