#1263A8

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

Shades of Denim #1263A8

Tints of Denim #1263A8

Color information

#1263A8 (or 0x1263A8) is unknown color: approx Denim. HEX triplet: 12, 63 and A8. RGB value is (18,99,168). Sum of RGB (Red+Green+Blue) = 18+99+168=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 99 (39.06% from 255 or 34.74% from 285); Blue value is 168 (66.02% from 255 or 58.95% from 285); Max value from RGB is 168 - color contains mainly: blue. Hex color #1263A8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1263A8 is #ED9C57. Grayscale: #525252. Windows color (decimal): -15572056 or 11035410. OLE color: 11035410.

HSL color Cylindrical-coordinate representation of color #1263A8: hue angle of 207.6º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1263A8 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB1899168-
CMYK0.890.4100.34
HSL207.6º80.65%36.47%-
HSV(B)207.6º89.29%65.88%-
XYZ11.7811.8838.72-
YUV82.65176.1681.89-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.32%
GREEN value IS 99 (39.06% from 255) = 34.74%
BLUE value IS 168 (66.02% from 255) = 58.95%
R=6.32%
G=34.74%
B=58.95%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal18991680.890.4100.34207.680.6536.47
Hex1263A85929022d05124
Octal221432501315104232012144
Binary1001011000111010100010110011010010100010110100001010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1263A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1263A8; }

 p { color: rgb(18,99,168); }

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

<style>
 a { background-color: #1263A8; }

 a { background-color: rgb(18,99,168); }

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

<style>
 span { border-color: #1263A8; }

 span { border-color: rgb(18,99,168); }

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