Html Css Color HEX #126E84 Allports

📋 copy color: '#126E84'

red 18 ◦ green 110 ◦ blue 132

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

Shades of Allports #126E84

Tints of Allports #126E84

RGB

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

 GREEN value IS 110 (43.36% from 255) = 42.31%

 BLUE value IS 132 (51.95% from 255) = 50.77%

R = 6.92%
G = 42.31%
B = 50.77%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#126E84 (or 0x126E84) is known color: Allports. HEX triplet: 12, 6E and 84. RGB value is (18,110,132). Sum of RGB (Red+Green+Blue) = 18+110+132=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 110 (43.36% from 255 or 42.31% from 260); Blue value is 132 (51.95% from 255 or 50.77% from 260); Max value from RGB is 132 - color contains mainly: blue. Hex color #126E84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126E84 is #ED917B. Grayscale: #545454. Windows color (decimal): -15569276 or 8678930. OLE color: 8678930.

HSL color Cylindrical-coordinate representation of color #126E84: hue angle of 191.58º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #126E84 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 110 132 -
CMYK 0.86 0.17 0 0.48
HSL 191.58º 0.76% 0.29% -
HSV(B) 191.58º 0.86% 0.52% -
XYZ 9.99 12.95 23.8 -
YUV 85 154.52 80.21 -
System Red Green Blue C M Y K H S L
Decimal 18 110 132 0.86 0.17 0 0.48 191.58 0.76 0.29
Hex 12 6E 84 56 11 0 30 C0 4C 1D
Octal 22 156 204 126 21 0 60 300 114 35
Binary 10010 1101110 10000100 1010110 10001 0 110000 11000000 1001100 11101

Color Harmonies of #126E84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126E84

Black with #126E84

Text Example


Text Example

White with #126E84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,110,132); }

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

background-color css

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

 a { background-color: rgb(18,110,132); }

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

border-color css

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

 span { border-color: rgb(18,110,132); }

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