#1261CC

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

Shades of Denim #1261CC

Tints of Denim #1261CC

Color information

#1261CC (or 0x1261CC) is unknown color: approx Denim. HEX triplet: 12, 61 and CC. RGB value is (18,97,204). Sum of RGB (Red+Green+Blue) = 18+97+204=319 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.64% from 319); Green value is 97 (38.28% from 255 or 30.41% from 319); Blue value is 204 (80.08% from 255 or 63.95% from 319); Max value from RGB is 204 - color contains mainly: blue. Hex color #1261CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1261CC is #ED9E33. Grayscale: #555555. Windows color (decimal): -15572532 or 13394194. OLE color: 13394194.

HSL color Cylindrical-coordinate representation of color #1261CC: hue angle of 214.52º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1261CC is Cyan = 0.91, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB1897204-
CMYK0.910.5200.2
HSL214.52º83.78%43.53%-
HSV(B)214.52º91.18%80%-
XYZ15.4213.0458.83-
YUV85.58194.8379.8-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.64%
GREEN value IS 97 (38.28% from 255) = 30.41%
BLUE value IS 204 (80.08% from 255) = 63.95%
R=5.64%
G=30.41%
B=63.95%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal18972040.910.5200.2214.5283.7843.53
Hex1261CC5B34014d7542c
Octal221413141336402432712454
Binary100101100001110011001011011110100010100110101111010100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1261CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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