#125BBB

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

Shades of Denim #125BBB

Tints of Denim #125BBB

Color information

#125BBB (or 0x125BBB) is unknown color: approx Denim. HEX triplet: 12, 5B and BB. RGB value is (18,91,187). Sum of RGB (Red+Green+Blue) = 18+91+187=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 187 (73.44% from 255 or 63.18% from 296); Max value from RGB is 187 - color contains mainly: blue. Hex color #125BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125BBB is #EDA444. Grayscale: #4F4F4F. Windows color (decimal): -15574085 or 12278546. OLE color: 12278546.

HSL color Cylindrical-coordinate representation of color #125BBB: hue angle of 214.08º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #125BBB is Cyan = 0.90, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1891187-
CMYK0.900.5100.27
HSL214.08º82.44%40.2%-
HSV(B)214.08º90.37%73.33%-
XYZ12.9611.248.49-
YUV80.12188.3283.69-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.08%
GREEN value IS 91 (35.94% from 255) = 30.74%
BLUE value IS 187 (73.44% from 255) = 63.18%
R=6.08%
G=30.74%
B=63.18%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18911870.900.5100.27214.0882.4440.2
Hex125BBB5A3301Bd65228
Octal221332731326303332612250
Binary100101011011101110111011010110011011011110101101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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