#125AA5

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

Shades of Denim #125AA5

Tints of Denim #125AA5

Color information

#125AA5 (or 0x125AA5) is unknown color: approx Denim. HEX triplet: 12, 5A and A5. RGB value is (18,90,165). Sum of RGB (Red+Green+Blue) = 18+90+165=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 90 (35.55% from 255 or 32.97% from 273); Blue value is 165 (64.84% from 255 or 60.44% from 273); Max value from RGB is 165 - color contains mainly: blue. Hex color #125AA5 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125AA5 is #EDA55A. Grayscale: #4C4C4C. Windows color (decimal): -15574363 or 10836498. OLE color: 10836498.

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

Color convert

RGB1890165-
CMYK0.890.4500.35
HSL210.61º80.33%35.88%-
HSV(B)210.61º89.09%64.71%-
XYZ10.710.1636.99-
YUV77.02177.6585.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.59%
GREEN value IS 90 (35.55% from 255) = 32.97%
BLUE value IS 165 (64.84% from 255) = 60.44%
R=6.59%
G=32.97%
B=60.44%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal18901650.890.4500.35210.6180.3335.88
Hex125AA5592D023d35024
Octal221322451315504332312044
Binary1001010110101010010110110011011010100011110100111010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125AA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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