Html Css Color HEX #126DAB Denim

📋 copy color: '#126DAB'

red 18 ◦ green 109 ◦ blue 171

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

Shades of Denim #126DAB

Tints of Denim #126DAB

RGB

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

 GREEN value IS 109 (42.97% from 255) = 36.58%

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

R = 6.04%
G = 36.58%
B = 57.38%

CMYK

 C value IS 0.89

 M value IS 0.36

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#126DAB (or 0x126DAB) is known color: Denim. HEX triplet: 12, 6D and AB. RGB value is (18,109,171). Sum of RGB (Red+Green+Blue) = 18+109+171=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 109 (42.97% from 255 or 36.58% from 298); Blue value is 171 (67.19% from 255 or 57.38% from 298); Max value from RGB is 171 - color contains mainly: blue. Hex color #126DAB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126DAB is #ED9254. Grayscale: #585858. Windows color (decimal): -15569493 or 11234578. OLE color: 11234578.

HSL color Cylindrical-coordinate representation of color #126DAB: hue angle of 204.31º 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 #126DAB is Cyan = 0.89, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 18 109 171 -
CMYK 0.89 0.36 0 0.33
HSL 204.31º 0.81% 0.37% -
HSV(B) 204.31º 0.89% 0.67% -
XYZ 13.07 14.01 40.54 -
YUV 88.86 174.35 77.46 -
System Red Green Blue C M Y K H S L
Decimal 18 109 171 0.89 0.36 0 0.33 204.31 0.81 0.37
Hex 12 6D AB 59 24 0 21 CC 51 25
Octal 22 155 253 131 44 0 41 314 121 45
Binary 10010 1101101 10101011 1011001 100100 0 100001 11001100 1010001 100101

Color Harmonies of #126DAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126DAB

Black with #126DAB

Text Example


Text Example

White with #126DAB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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