#1262CA

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

Shades of Denim #1262CA

Tints of Denim #1262CA

Color information

#1262CA (or 0x1262CA) is unknown color: approx Denim. HEX triplet: 12, 62 and CA. RGB value is (18,98,202). Sum of RGB (Red+Green+Blue) = 18+98+202=318 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.66% from 318); Green value is 98 (38.67% from 255 or 30.82% from 318); Blue value is 202 (79.30% from 255 or 63.52% from 318); Max value from RGB is 202 - color contains mainly: blue. Hex color #1262CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1262CA is #ED9D35. Grayscale: #555555. Windows color (decimal): -15572278 or 13263378. OLE color: 13263378.

HSL color Cylindrical-coordinate representation of color #1262CA: hue angle of 213.91º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1262CA is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1898202-
CMYK0.910.5100.21
HSL213.91º83.64%43.14%-
HSV(B)213.91º91.09%79.22%-
XYZ15.2813.1357.61-
YUV85.94193.579.54-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.66%
GREEN value IS 98 (38.67% from 255) = 30.82%
BLUE value IS 202 (79.30% from 255) = 63.52%
R=5.66%
G=30.82%
B=63.52%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal18982020.910.5100.21213.9183.6443.14
Hex1262CA5B33015d6542b
Octal221423121336302532612453
Binary100101100010110010101011011110011010101110101101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1262CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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