#125FB7

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

Shades of Denim #125FB7

Tints of Denim #125FB7

Color information

#125FB7 (or 0x125FB7) is unknown color: approx Denim. HEX triplet: 12, 5F and B7. RGB value is (18,95,183). Sum of RGB (Red+Green+Blue) = 18+95+183=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 95 (37.5% from 255 or 32.09% from 296); Blue value is 183 (71.88% from 255 or 61.82% from 296); Max value from RGB is 183 - color contains mainly: blue. Hex color #125FB7 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125FB7 is #EDA048. Grayscale: #515151. Windows color (decimal): -15573065 or 12017426. OLE color: 12017426.

HSL color Cylindrical-coordinate representation of color #125FB7: hue angle of 212º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #125FB7 is Cyan = 0.90, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1895183-
CMYK0.900.4800.28
HSL212º82.09%39.41%-
HSV(B)212º90.16%71.76%-
XYZ12.8911.7346.38-
YUV82.01184.9982.34-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.08%
GREEN value IS 95 (37.5% from 255) = 32.09%
BLUE value IS 183 (71.88% from 255) = 61.82%
R=6.08%
G=32.09%
B=61.82%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal18951830.900.4800.2821282.0939.41
Hex125FB75A3001Cd45227
Octal221372671326003432412247
Binary100101011111101101111011010110000011100110101001010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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