#125CAC

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

Shades of Denim #125CAC

Tints of Denim #125CAC

Color information

#125CAC (or 0x125CAC) is unknown color: approx Denim. HEX triplet: 12, 5C and AC. RGB value is (18,92,172). Sum of RGB (Red+Green+Blue) = 18+92+172=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 92 (36.33% from 255 or 32.62% from 282); Blue value is 172 (67.58% from 255 or 60.99% from 282); Max value from RGB is 172 - color contains mainly: blue. Hex color #125CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125CAC is #EDA353. Grayscale: #4E4E4E. Windows color (decimal): -15573844 or 11295762. OLE color: 11295762.

HSL color Cylindrical-coordinate representation of color #125CAC: hue angle of 211.17º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #125CAC is Cyan = 0.90, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1892172-
CMYK0.900.4700.33
HSL211.17º81.05%37.25%-
HSV(B)211.17º89.53%67.45%-
XYZ11.5210.7640.5-
YUV78.99180.4884.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.38%
GREEN value IS 92 (36.33% from 255) = 32.62%
BLUE value IS 172 (67.58% from 255) = 60.99%
R=6.38%
G=32.62%
B=60.99%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18921720.900.4700.33211.1781.0537.25
Hex125CAC5A2F021d35125
Octal221342541325704132312145
Binary1001010111001010110010110101011110100001110100111010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,92,172); }

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

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

 a { background-color: rgb(18,92,172); }

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

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

 span { border-color: rgb(18,92,172); }

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