#1261CA

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

Shades of Denim #1261CA

Tints of Denim #1261CA

Color information

#1261CA (or 0x1261CA) is unknown color: approx Denim. HEX triplet: 12, 61 and CA. RGB value is (18,97,202). Sum of RGB (Red+Green+Blue) = 18+97+202=317 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.68% from 317); Green value is 97 (38.28% from 255 or 30.60% from 317); Blue value is 202 (79.30% from 255 or 63.72% from 317); Max value from RGB is 202 - color contains mainly: blue. Hex color #1261CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1261CA is #ED9E35. Grayscale: #545454. Windows color (decimal): -15572534 or 13263122. OLE color: 13263122.

HSL color Cylindrical-coordinate representation of color #1261CA: hue angle of 214.24º 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 #1261CA is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB1897202-
CMYK0.910.5200.21
HSL214.24º83.64%43.14%-
HSV(B)214.24º91.09%79.22%-
XYZ15.1812.9457.57-
YUV85.35193.8379.96-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.68%
GREEN value IS 97 (38.28% from 255) = 30.60%
BLUE value IS 202 (79.30% from 255) = 63.72%
R=5.68%
G=30.60%
B=63.72%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal18972020.910.5200.21214.2483.6443.14
Hex1261CA5B34015d6542b
Octal221413121336402532612453
Binary100101100001110010101011011110100010101110101101010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1261CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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