Html Css Color HEX #126B84 Allports

📋 copy color: '#126B84'

red 18 ◦ green 107 ◦ blue 132

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

Shades of Allports #126B84

Tints of Allports #126B84

RGB

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

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

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

R = 7%
G = 41.63%
B = 51.36%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#126B84 (or 0x126B84) is known color: Allports. HEX triplet: 12, 6B and 84. RGB value is (18,107,132). Sum of RGB (Red+Green+Blue) = 18+107+132=257 (34% of max value = 765). Red value is 18 (7.42% from 255 or 7.00% from 257); Green value is 107 (42.19% from 255 or 41.63% from 257); Blue value is 132 (51.95% from 255 or 51.36% from 257); Max value from RGB is 132 - color contains mainly: blue. Hex color #126B84 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126B84 is #ED947B. Grayscale: #535353. Windows color (decimal): -15570044 or 8678162. OLE color: 8678162.

HSL color Cylindrical-coordinate representation of color #126B84: hue angle of 193.16º 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 #126B84 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 107 132 -
CMYK 0.86 0.19 0 0.48
HSL 193.16º 0.76% 0.29% -
HSV(B) 193.16º 0.86% 0.52% -
XYZ 9.67 12.31 23.7 -
YUV 83.24 155.51 81.47 -
System Red Green Blue C M Y K H S L
Decimal 18 107 132 0.86 0.19 0 0.48 193.16 0.76 0.29
Hex 12 6B 84 56 13 0 30 C1 4C 1D
Octal 22 153 204 126 23 0 60 301 114 35
Binary 10010 1101011 10000100 1010110 10011 0 110000 11000001 1001100 11101

Color Harmonies of #126B84

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126B84

Black with #126B84

Text Example


Text Example

White with #126B84

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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