#1265CA

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

Shades of Denim #1265CA

Tints of Denim #1265CA

Color information

#1265CA (or 0x1265CA) is unknown color: approx Denim. HEX triplet: 12, 65 and CA. RGB value is (18,101,202). Sum of RGB (Red+Green+Blue) = 18+101+202=321 (42% of max value = 765). Red value is 18 (7.42% from 255 or 5.61% from 321); Green value is 101 (39.84% from 255 or 31.46% from 321); Blue value is 202 (79.30% from 255 or 62.93% from 321); Max value from RGB is 202 - color contains mainly: blue. Hex color #1265CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1265CA is #ED9A35. Grayscale: #575757. Windows color (decimal): -15571510 or 13264146. OLE color: 13264146.

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

Color convert

RGB18101202-
CMYK0.910.5000.21
HSL212.93º83.64%43.14%-
HSV(B)212.93º91.09%79.22%-
XYZ15.5613.757.7-
YUV87.7192.578.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.61%
GREEN value IS 101 (39.84% from 255) = 31.46%
BLUE value IS 202 (79.30% from 255) = 62.93%
R=5.61%
G=31.46%
B=62.93%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal181012020.910.5000.21212.9383.6443.14
Hex1265CA5B32015d5542b
Octal221453121336202532512453
Binary100101100101110010101011011110010010101110101011010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1265CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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