Html Css Color HEX #126BAE Denim

📋 copy color: '#126BAE'

red 18 ◦ green 107 ◦ blue 174

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

Shades of Denim #126BAE

Tints of Denim #126BAE

RGB

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

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

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

R = 6.02%
G = 35.79%
B = 58.19%

CMYK

 C value IS 0.90

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#126BAE (or 0x126BAE) is known color: Denim. HEX triplet: 12, 6B and AE. RGB value is (18,107,174). Sum of RGB (Red+Green+Blue) = 18+107+174=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 107 (42.19% from 255 or 35.79% from 299); Blue value is 174 (68.36% from 255 or 58.19% from 299); Max value from RGB is 174 - color contains mainly: blue. Hex color #126BAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126BAE is #ED9451. Grayscale: #575757. Windows color (decimal): -15570002 or 11430674. OLE color: 11430674.

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

Color convert

RGB 18 107 174 -
CMYK 0.90 0.39 0 0.32
HSL 205.77º 0.81% 0.38% -
HSV(B) 205.77º 0.9% 0.68% -
XYZ 13.15 13.7 42 -
YUV 88.03 176.51 78.05 -
System Red Green Blue C M Y K H S L
Decimal 18 107 174 0.90 0.39 0 0.32 205.77 0.81 0.38
Hex 12 6B AE 5A 27 0 20 CE 51 26
Octal 22 153 256 132 47 0 40 316 121 46
Binary 10010 1101011 10101110 1011010 100111 0 100000 11001110 1010001 100110

Color Harmonies of #126BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126BAE

Black with #126BAE

Text Example


Text Example

White with #126BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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