Html Css Color HEX #126CAC Denim

📋 copy color: '#126CAC'

red 18 ◦ green 108 ◦ blue 172

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

Shades of Denim #126CAC

Tints of Denim #126CAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 57.72%

R = 6.04%
G = 36.24%
B = 57.72%

CMYK

 C value IS 0.90

 M value IS 0.37

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#126CAC (or 0x126CAC) is known color: Denim. HEX triplet: 12, 6C and AC. RGB value is (18,108,172). Sum of RGB (Red+Green+Blue) = 18+108+172=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 108 (42.58% from 255 or 36.24% from 298); Blue value is 172 (67.58% from 255 or 57.72% from 298); Max value from RGB is 172 - color contains mainly: blue. Hex color #126CAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126CAC is #ED9353. Grayscale: #585858. Windows color (decimal): -15569748 or 11299858. OLE color: 11299858.

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

Color convert

RGB 18 108 172 -
CMYK 0.90 0.37 0 0.33
HSL 204.94º 0.81% 0.37% -
HSV(B) 204.94º 0.9% 0.67% -
XYZ 13.06 13.83 41.01 -
YUV 88.39 175.18 77.8 -
System Red Green Blue C M Y K H S L
Decimal 18 108 172 0.90 0.37 0 0.33 204.94 0.81 0.37
Hex 12 6C AC 5A 25 0 21 CD 51 25
Octal 22 154 254 132 45 0 41 315 121 45
Binary 10010 1101100 10101100 1011010 100101 0 100001 11001101 1010001 100101

Color Harmonies of #126CAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126CAC

Black with #126CAC

Text Example


Text Example

White with #126CAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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