Html Css Color HEX #126CAA Denim

📋 copy color: '#126CAA'

red 18 ◦ green 108 ◦ blue 170

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

Shades of Denim #126CAA

Tints of Denim #126CAA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 36.49%

 BLUE value IS 170 (66.8% from 255) = 57.43%

R = 6.08%
G = 36.49%
B = 57.43%

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

#126CAA (or 0x126CAA) is known color: Denim. HEX triplet: 12, 6C and AA. RGB value is (18,108,170). Sum of RGB (Red+Green+Blue) = 18+108+170=296 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.08% from 296); Green value is 108 (42.58% from 255 or 36.49% from 296); Blue value is 170 (66.80% from 255 or 57.43% from 296); Max value from RGB is 170 - color contains mainly: blue. Hex color #126CAA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126CAA is #ED9355. Grayscale: #575757. Windows color (decimal): -15569750 or 11168786. OLE color: 11168786.

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

Color convert

RGB 18 108 170 -
CMYK 0.89 0.36 0 0.33
HSL 204.47º 0.81% 0.37% -
HSV(B) 204.47º 0.89% 0.67% -
XYZ 12.87 13.76 40.01 -
YUV 88.16 174.18 77.96 -
System Red Green Blue C M Y K H S L
Decimal 18 108 170 0.89 0.36 0 0.33 204.47 0.81 0.37
Hex 12 6C AA 59 24 0 21 CC 51 25
Octal 22 154 252 131 44 0 41 314 121 45
Binary 10010 1101100 10101010 1011001 100100 0 100001 11001100 1010001 100101

Color Harmonies of #126CAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126CAA

Black with #126CAA

Text Example


Text Example

White with #126CAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,108,170); }

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

background-color css

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

 a { background-color: rgb(18,108,170); }

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

border-color css

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

 span { border-color: rgb(18,108,170); }

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