Html Css Color HEX #126BA9 Denim

📋 copy color: '#126BA9'

red 18 ◦ green 107 ◦ blue 169

#126BA9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #126BA9

Tints of Denim #126BA9

RGB

 RED value IS 18 (7.42% from 255) = 6.12%

 GREEN value IS 107 (42.19% from 255) = 36.39%

 BLUE value IS 169 (66.41% from 255) = 57.48%

R = 6.12%
G = 36.39%
B = 57.48%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#126BA9 (or 0x126BA9) is known color: Denim. HEX triplet: 12, 6B and A9. RGB value is (18,107,169). Sum of RGB (Red+Green+Blue) = 18+107+169=294 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.12% from 294); Green value is 107 (42.19% from 255 or 36.39% from 294); Blue value is 169 (66.41% from 255 or 57.48% from 294); Max value from RGB is 169 - color contains mainly: blue. Hex color #126BA9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126BA9 is #ED9456. Grayscale: #575757. Windows color (decimal): -15570007 or 11102994. OLE color: 11102994.

HSL color Cylindrical-coordinate representation of color #126BA9: hue angle of 204.64º degrees, saturation: 0.81, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #126BA9 is Cyan = 0.89, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 18 107 169 -
CMYK 0.89 0.37 0 0.34
HSL 204.64º 0.81% 0.37% -
HSV(B) 204.64º 0.89% 0.66% -
XYZ 12.67 13.51 39.48 -
YUV 87.46 174.01 78.46 -
System Red Green Blue C M Y K H S L
Decimal 18 107 169 0.89 0.37 0 0.34 204.64 0.81 0.37
Hex 12 6B A9 59 25 0 22 CD 51 25
Octal 22 153 251 131 45 0 42 315 121 45
Binary 10010 1101011 10101001 1011001 100101 0 100010 11001101 1010001 100101

Color Harmonies of #126BA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126BA9

Black with #126BA9

Text Example


Text Example

White with #126BA9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #126BA9;
 }
 .AnyTagClassName
 {
   color: #126BA9;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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