#125DA0

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

Shades of Denim #125DA0

Tints of Denim #125DA0

Color information

#125DA0 (or 0x125DA0) is unknown color: approx Denim. HEX triplet: 12, 5D and A0. RGB value is (18,93,160). Sum of RGB (Red+Green+Blue) = 18+93+160=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 93 (36.72% from 255 or 34.32% from 271); Blue value is 160 (62.89% from 255 or 59.04% from 271); Max value from RGB is 160 - color contains mainly: blue. Hex color #125DA0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125DA0 is #EDA25F. Grayscale: #4D4D4D. Windows color (decimal): -15573600 or 10509586. OLE color: 10509586.

HSL color Cylindrical-coordinate representation of color #125DA0: hue angle of 208.31º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #125DA0 is Cyan = 0.89, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1893160-
CMYK0.890.4200.37
HSL208.31º79.78%34.9%-
HSV(B)208.31º88.75%62.75%-
XYZ10.5110.534.73-
YUV78.21174.1585.05-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.64%
GREEN value IS 93 (36.72% from 255) = 34.32%
BLUE value IS 160 (62.89% from 255) = 59.04%
R=6.64%
G=34.32%
B=59.04%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal18931600.890.4200.37208.3179.7834.9
Hex125DA0592A025d05023
Octal221352401315204532012043
Binary1001010111011010000010110011010100100101110100001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,93,160); }

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

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

 a { background-color: rgb(18,93,160); }

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

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

 span { border-color: rgb(18,93,160); }

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