#125BB4

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

Shades of Denim #125BB4

Tints of Denim #125BB4

Color information

#125BB4 (or 0x125BB4) is unknown color: approx Denim. HEX triplet: 12, 5B and B4. RGB value is (18,91,180). Sum of RGB (Red+Green+Blue) = 18+91+180=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 91 (35.94% from 255 or 31.49% from 289); Blue value is 180 (70.70% from 255 or 62.28% from 289); Max value from RGB is 180 - color contains mainly: blue. Hex color #125BB4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125BB4 is #EDA44B. Grayscale: #4E4E4E. Windows color (decimal): -15574092 or 11819794. OLE color: 11819794.

HSL color Cylindrical-coordinate representation of color #125BB4: hue angle of 212.96º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #125BB4 is Cyan = 0.9, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB1891180-
CMYK0.90.4900.29
HSL212.96º81.82%38.82%-
HSV(B)212.96º90%70.59%-
XYZ12.2310.9144.64-
YUV79.32184.8284.26-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.23%
GREEN value IS 91 (35.94% from 255) = 31.49%
BLUE value IS 180 (70.70% from 255) = 62.28%
R=6.23%
G=31.49%
B=62.28%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal18911800.90.4900.29212.9681.8238.82
Hex125BB45A3101Dd55227
Octal221332641326103532512247
Binary100101011011101101001011010110001011101110101011010010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125BB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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