#1262A4

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

Shades of Denim #1262A4

Tints of Denim #1262A4

Color information

#1262A4 (or 0x1262A4) is unknown color: approx Denim. HEX triplet: 12, 62 and A4. RGB value is (18,98,164). Sum of RGB (Red+Green+Blue) = 18+98+164=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 98 (38.67% from 255 or 35% from 280); Blue value is 164 (64.45% from 255 or 58.57% from 280); Max value from RGB is 164 - color contains mainly: blue. Hex color #1262A4 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1262A4 is #ED9D5B. Grayscale: #515151. Windows color (decimal): -15572316 or 10773010. OLE color: 10773010.

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

Color convert

RGB1898164-
CMYK0.890.4000.36
HSL207.12º80.22%35.69%-
HSV(B)207.12º89.02%64.31%-
XYZ11.3211.5436.75-
YUV81.6174.582.63-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.43%
GREEN value IS 98 (38.67% from 255) = 35%
BLUE value IS 164 (64.45% from 255) = 58.57%
R=6.43%
G=35%
B=58.57%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal18981640.890.4000.36207.1280.2235.69
Hex1262A45928024cf5024
Octal221422441315004431712044
Binary1001011000101010010010110011010000100100110011111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1262A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1262A4; }

 p { color: rgb(18,98,164); }

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

<style>
 a { background-color: #1262A4; }

 a { background-color: rgb(18,98,164); }

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

<style>
 span { border-color: #1262A4; }

 span { border-color: rgb(18,98,164); }

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