#125AAA

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

Shades of Denim #125AAA

Tints of Denim #125AAA

Color information

#125AAA (or 0x125AAA) is unknown color: approx Denim. HEX triplet: 12, 5A and AA. RGB value is (18,90,170). Sum of RGB (Red+Green+Blue) = 18+90+170=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 90 (35.55% from 255 or 32.37% from 278); Blue value is 170 (66.80% from 255 or 61.15% from 278); Max value from RGB is 170 - color contains mainly: blue. Hex color #125AAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125AAA is #EDA555. Grayscale: #4D4D4D. Windows color (decimal): -15574358 or 11164178. OLE color: 11164178.

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

Color convert

RGB1890170-
CMYK0.890.4700.33
HSL211.58º80.85%36.86%-
HSV(B)211.58º89.41%66.67%-
XYZ11.1610.3439.44-
YUV77.59180.1585.5-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.47%
GREEN value IS 90 (35.55% from 255) = 32.37%
BLUE value IS 170 (66.80% from 255) = 61.15%
R=6.47%
G=32.37%
B=61.15%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal18901700.890.4700.33211.5880.8536.86
Hex125AAA592F021d45125
Octal221322521315704132412145
Binary1001010110101010101010110011011110100001110101001010001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125AAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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