Html Css Color HEX #126BAC Denim

📋 copy color: '#126BAC'

red 18 ◦ green 107 ◦ blue 172

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

Shades of Denim #126BAC

Tints of Denim #126BAC

RGB

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

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

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

R = 6.06%
G = 36.03%
B = 57.91%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#126BAC (or 0x126BAC) is known color: Denim. HEX triplet: 12, 6B and AC. RGB value is (18,107,172). Sum of RGB (Red+Green+Blue) = 18+107+172=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 107 (42.19% from 255 or 36.03% from 297); Blue value is 172 (67.58% from 255 or 57.91% from 297); Max value from RGB is 172 - color contains mainly: blue. Hex color #126BAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126BAC is #ED9453. Grayscale: #575757. Windows color (decimal): -15570004 or 11299602. OLE color: 11299602.

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

Color convert

RGB 18 107 172 -
CMYK 0.90 0.38 0 0.33
HSL 205.32º 0.81% 0.37% -
HSV(B) 205.32º 0.9% 0.67% -
XYZ 12.95 13.62 40.98 -
YUV 87.8 175.51 78.21 -
System Red Green Blue C M Y K H S L
Decimal 18 107 172 0.90 0.38 0 0.33 205.32 0.81 0.37
Hex 12 6B AC 5A 26 0 21 CD 51 25
Octal 22 153 254 132 46 0 41 315 121 45
Binary 10010 1101011 10101100 1011010 100110 0 100001 11001101 1010001 100101

Color Harmonies of #126BAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126BAC

Black with #126BAC

Text Example


Text Example

White with #126BAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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