#125ABF

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

Shades of Denim #125ABF

Tints of Denim #125ABF

Color information

#125ABF (or 0x125ABF) is unknown color: approx Denim. HEX triplet: 12, 5A and BF. RGB value is (18,90,191). Sum of RGB (Red+Green+Blue) = 18+90+191=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 191 (75% from 255 or 63.88% from 299); Max value from RGB is 191 - color contains mainly: blue. Hex color #125ABF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125ABF is #EDA540. Grayscale: #4F4F4F. Windows color (decimal): -15574337 or 12540434. OLE color: 12540434.

HSL color Cylindrical-coordinate representation of color #125ABF: hue angle of 215.03º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #125ABF is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1890191-
CMYK0.910.5300.25
HSL215.03º82.78%40.98%-
HSV(B)215.03º90.58%74.9%-
XYZ13.3111.250.75-
YUV79.99190.6583.79-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.02%
GREEN value IS 90 (35.55% from 255) = 30.10%
BLUE value IS 191 (75% from 255) = 63.88%
R=6.02%
G=30.10%
B=63.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal18901910.910.5300.25215.0382.7840.98
Hex125ABF5B35019d75329
Octal221322771336503132712351
Binary100101011010101111111011011110101011001110101111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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