Html Css Color HEX #126BAB Denim

📋 copy color: '#126BAB'

red 18 ◦ green 107 ◦ blue 171

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

Shades of Denim #126BAB

Tints of Denim #126BAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 57.77%

R = 6.08%
G = 36.15%
B = 57.77%

CMYK

 C value IS 0.89

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#126BAB (or 0x126BAB) is known color: Denim. HEX triplet: 12, 6B and AB. RGB value is (18,107,171). Sum of RGB (Red+Green+Blue) = 18+107+171=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 107 (42.19% from 255 or 36.15% from 296); Blue value is 171 (67.19% from 255 or 57.77% from 296); Max value from RGB is 171 - color contains mainly: blue. Hex color #126BAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126BAB is #ED9454. Grayscale: #575757. Windows color (decimal): -15570005 or 11234066. OLE color: 11234066.

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

Color convert

RGB 18 107 171 -
CMYK 0.89 0.37 0 0.33
HSL 205.1º 0.81% 0.37% -
HSV(B) 205.1º 0.89% 0.67% -
XYZ 12.86 13.58 40.47 -
YUV 87.69 175.01 78.3 -
System Red Green Blue C M Y K H S L
Decimal 18 107 171 0.89 0.37 0 0.33 205.1 0.81 0.37
Hex 12 6B AB 59 25 0 21 CD 51 25
Octal 22 153 253 131 45 0 41 315 121 45
Binary 10010 1101011 10101011 1011001 100101 0 100001 11001101 1010001 100101

Color Harmonies of #126BAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126BAB

Black with #126BAB

Text Example


Text Example

White with #126BAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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