#125FC2

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

Shades of Denim #125FC2

Tints of Denim #125FC2

Color information

#125FC2 (or 0x125FC2) is unknown color: approx Denim. HEX triplet: 12, 5F and C2. RGB value is (18,95,194). Sum of RGB (Red+Green+Blue) = 18+95+194=307 (40% of max value = 765). Red value is 18 (7.42% from 255 or 5.86% from 307); Green value is 95 (37.5% from 255 or 30.94% from 307); Blue value is 194 (76.17% from 255 or 63.19% from 307); Max value from RGB is 194 - color contains mainly: blue. Hex color #125FC2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125FC2 is #EDA03D. Grayscale: #525252. Windows color (decimal): -15573054 or 12738322. OLE color: 12738322.

HSL color Cylindrical-coordinate representation of color #125FC2: hue angle of 213.75º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #125FC2 is Cyan = 0.91, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB1895194-
CMYK0.910.5100.24
HSL213.75º83.02%41.57%-
HSV(B)213.75º90.72%76.08%-
XYZ14.0812.2152.65-
YUV83.26190.4981.45-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.86%
GREEN value IS 95 (37.5% from 255) = 30.94%
BLUE value IS 194 (76.17% from 255) = 63.19%
R=5.86%
G=30.94%
B=63.19%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal18951940.910.5100.24213.7583.0241.57
Hex125FC25B33018d6532a
Octal221373021336303032612352
Binary100101011111110000101011011110011011000110101101010011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125FC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #125FC2; }

 p { color: rgb(18,95,194); }

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

<style>
 a { background-color: #125FC2; }

 a { background-color: rgb(18,95,194); }

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

<style>
 span { border-color: #125FC2; }

 span { border-color: rgb(18,95,194); }

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