#126BBB

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

Shades of Denim #126BBB

Tints of Denim #126BBB

Color information

#126BBB (or 0x126BBB) is unknown color: approx Denim. HEX triplet: 12, 6B and BB. RGB value is (18,107,187). Sum of RGB (Red+Green+Blue) = 18+107+187=312 (41% of max value = 765). Red value is 18 (7.42% from 255 or 5.77% from 312); Green value is 107 (42.19% from 255 or 34.29% from 312); Blue value is 187 (73.44% from 255 or 59.94% from 312); Max value from RGB is 187 - color contains mainly: blue. Hex color #126BBB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #126BBB is #ED9444. Grayscale: #595959. Windows color (decimal): -15569989 or 12282642. OLE color: 12282642.

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

Color convert

RGB18107187-
CMYK0.900.4300.27
HSL208.4º82.44%40.2%-
HSV(B)208.4º90.37%73.33%-
XYZ14.4814.2349-
YUV89.51183.0177-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 5.77%
GREEN value IS 107 (42.19% from 255) = 34.29%
BLUE value IS 187 (73.44% from 255) = 59.94%
R=5.77%
G=34.29%
B=59.94%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal181071870.900.4300.27208.482.4440.2
Hex126BBB5A2B01Bd05228
Octal221532731325303332012250
Binary100101101011101110111011010101011011011110100001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126BBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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