#1250CA

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

Shades of Denim #1250CA

Tints of Denim #1250CA

Color information

#1250CA (or 0x1250CA) is unknown color: approx Denim. HEX triplet: 12, 50 and CA. RGB value is (18,80,202). Sum of RGB (Red+Green+Blue) = 18+80+202=300 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6% from 300); Green value is 80 (31.64% from 255 or 26.67% from 300); Blue value is 202 (79.30% from 255 or 67.33% from 300); Max value from RGB is 202 - color contains mainly: blue. Hex color #1250CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1250CA is #EDAF35. Grayscale: #4A4A4A. Windows color (decimal): -15576886 or 13258770. OLE color: 13258770.

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

Color convert

RGB1880202-
CMYK0.910.6000.21
HSL219.78º83.64%43.14%-
HSV(B)219.78º91.09%79.22%-
XYZ13.7810.1357.11-
YUV75.37199.4687.08-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6%
GREEN value IS 80 (31.64% from 255) = 26.67%
BLUE value IS 202 (79.30% from 255) = 67.33%
R=6%
G=26.67%
B=67.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal18802020.910.6000.21219.7883.6443.14
Hex1250CA5B3C015dc542b
Octal221203121337402533412453
Binary100101010000110010101011011111100010101110111001010100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1250CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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