Html Css Color HEX #126DAE Denim

📋 copy color: '#126DAE'

red 18 ◦ green 109 ◦ blue 174

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

Shades of Denim #126DAE

Tints of Denim #126DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 57.81%

R = 5.98%
G = 36.21%
B = 57.81%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#126DAE (or 0x126DAE) is known color: Denim. HEX triplet: 12, 6D and AE. RGB value is (18,109,174). Sum of RGB (Red+Green+Blue) = 18+109+174=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 109 (42.97% from 255 or 36.21% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #126DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126DAE is #ED9251. Grayscale: #585858. Windows color (decimal): -15569490 or 11431186. OLE color: 11431186.

HSL color Cylindrical-coordinate representation of color #126DAE: hue angle of 205º degrees, saturation: 0.81, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #126DAE is Cyan = 0.90, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 18 109 174 -
CMYK 0.90 0.37 0 0.32
HSL 205º 0.81% 0.38% -
HSV(B) 205º 0.9% 0.68% -
XYZ 13.36 14.12 42.07 -
YUV 89.2 175.85 77.21 -
System Red Green Blue C M Y K H S L
Decimal 18 109 174 0.90 0.37 0 0.32 205 0.81 0.38
Hex 12 6D AE 5A 25 0 20 CD 51 26
Octal 22 155 256 132 45 0 40 315 121 46
Binary 10010 1101101 10101110 1011010 100101 0 100000 11001101 1010001 100110

Color Harmonies of #126DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126DAE

Black with #126DAE

Text Example


Text Example

White with #126DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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