#125FA1

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

Shades of Denim #125FA1

Tints of Denim #125FA1

Color information

#125FA1 (or 0x125FA1) is unknown color: approx Denim. HEX triplet: 12, 5F and A1. RGB value is (18,95,161). Sum of RGB (Red+Green+Blue) = 18+95+161=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 95 (37.5% from 255 or 34.67% from 274); Blue value is 161 (63.28% from 255 or 58.76% from 274); Max value from RGB is 161 - color contains mainly: blue. Hex color #125FA1 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #125FA1 is #EDA05E. Grayscale: #4F4F4F. Windows color (decimal): -15573087 or 10575634. OLE color: 10575634.

HSL color Cylindrical-coordinate representation of color #125FA1: hue angle of 207.69º 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 #125FA1 is Cyan = 0.89, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB1895161-
CMYK0.890.4100.37
HSL207.69º79.89%35.1%-
HSV(B)207.69º88.82%63.14%-
XYZ10.7710.8935.25-
YUV79.5173.9984.13-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.57%
GREEN value IS 95 (37.5% from 255) = 34.67%
BLUE value IS 161 (63.28% from 255) = 58.76%
R=6.57%
G=34.67%
B=58.76%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal18951610.890.4100.37207.6979.8935.1
Hex125FA15929025d05023
Octal221372411315104532012043
Binary1001010111111010000110110011010010100101110100001010000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125FA1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,95,161); }

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

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

 a { background-color: rgb(18,95,161); }

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

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

 span { border-color: rgb(18,95,161); }

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