#125ABB

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

Shades of Denim #125ABB

Tints of Denim #125ABB

Color information

#125ABB (or 0x125ABB) is unknown color: approx Denim. HEX triplet: 12, 5A and BB. RGB value is (18,90,187). Sum of RGB (Red+Green+Blue) = 18+90+187=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 187 (73.44% from 255 or 63.39% from 295); Max value from RGB is 187 - color contains mainly: blue. Hex color #125ABB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #125ABB is #EDA544. Grayscale: #4F4F4F. Windows color (decimal): -15574341 or 12278290. OLE color: 12278290.

HSL color Cylindrical-coordinate representation of color #125ABB: hue angle of 214.44º 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 #125ABB is Cyan = 0.90, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB1890187-
CMYK0.900.5200.27
HSL214.44º82.44%40.2%-
HSV(B)214.44º90.37%73.33%-
XYZ12.8811.0348.46-
YUV79.53188.6584.11-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 6.10%
GREEN value IS 90 (35.55% from 255) = 30.51%
BLUE value IS 187 (73.44% from 255) = 63.39%
R=6.10%
G=30.51%
B=63.39%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18901870.900.5200.27214.4482.4440.2
Hex125ABB5A3401Bd65228
Octal221322731326403332612250
Binary100101011010101110111011010110100011011110101101010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #125ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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