#125BC0

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

Shades of Denim #125BC0

Tints of Denim #125BC0

Color information

#125BC0 (or 0x125BC0) is unknown color: approx Denim. HEX triplet: 12, 5B and C0. RGB value is (18,91,192). Sum of RGB (Red+Green+Blue) = 18+91+192=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 192 (75.39% from 255 or 63.79% from 301); Max value from RGB is 192 - color contains mainly: blue. Hex color #125BC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125BC0 is #EDA43F. Grayscale: #505050. Windows color (decimal): -15574080 or 12606226. OLE color: 12606226.

HSL color Cylindrical-coordinate representation of color #125BC0: hue angle of 214.83º 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 #125BC0 is Cyan = 0.91, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB1891192-
CMYK0.910.5300.25
HSL214.83º82.86%41.18%-
HSV(B)214.83º90.62%75.29%-
XYZ13.511.4251.36-
YUV80.69190.8283.29-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.98%
GREEN value IS 91 (35.94% from 255) = 30.23%
BLUE value IS 192 (75.39% from 255) = 63.79%
R=5.98%
G=30.23%
B=63.79%

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
Decimal18911920.910.5300.25214.8382.8641.18
Hex125BC05B35019d75329
Octal221333001336503132712351
Binary100101011011110000001011011110101011001110101111010011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(18,91,192); }

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

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

 a { background-color: rgb(18,91,192); }

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

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

 span { border-color: rgb(18,91,192); }

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