#125AAC

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

Shades of Denim #125AAC

Tints of Denim #125AAC

Color information

#125AAC (or 0x125AAC) is unknown color: approx Denim. HEX triplet: 12, 5A and AC. RGB value is (18,90,172). Sum of RGB (Red+Green+Blue) = 18+90+172=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 172 (67.58% from 255 or 61.43% from 280); Max value from RGB is 172 - color contains mainly: blue. Hex color #125AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125AAC is #EDA553. Grayscale: #4D4D4D. Windows color (decimal): -15574356 or 11295250. OLE color: 11295250.

HSL color Cylindrical-coordinate representation of color #125AAC: hue angle of 211.95º 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 #125AAC is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB1890172-
CMYK0.900.4800.33
HSL211.95º81.05%37.25%-
HSV(B)211.95º89.53%67.45%-
XYZ11.3510.4240.44-
YUV77.82181.1585.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.43%
GREEN value IS 90 (35.55% from 255) = 32.14%
BLUE value IS 172 (67.58% from 255) = 61.43%
R=6.43%
G=32.14%
B=61.43%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18901720.900.4800.33211.9581.0537.25
Hex125AAC5A30021d45125
Octal221322541326004132412145
Binary1001010110101010110010110101100000100001110101001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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