Html Css Color HEX #126E83 Allports

📋 copy color: '#126E83'

red 18 ◦ green 110 ◦ blue 131

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

Shades of Allports #126E83

Tints of Allports #126E83

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 50.58%

R = 6.95%
G = 42.47%
B = 50.58%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#126E83 (or 0x126E83) is known color: Allports. HEX triplet: 12, 6E and 83. RGB value is (18,110,131). Sum of RGB (Red+Green+Blue) = 18+110+131=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 110 (43.36% from 255 or 42.47% from 259); Blue value is 131 (51.56% from 255 or 50.58% from 259); Max value from RGB is 131 - color contains mainly: blue. Hex color #126E83 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126E83 is #ED917C. Grayscale: #545454. Windows color (decimal): -15569277 or 8613394. OLE color: 8613394.

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

Color convert

RGB 18 110 131 -
CMYK 0.86 0.16 0 0.49
HSL 191.15º 0.76% 0.29% -
HSV(B) 191.15º 0.86% 0.51% -
XYZ 9.92 12.92 23.44 -
YUV 84.89 154.02 80.29 -
System Red Green Blue C M Y K H S L
Decimal 18 110 131 0.86 0.16 0 0.49 191.15 0.76 0.29
Hex 12 6E 83 56 10 0 31 BF 4C 1D
Octal 22 156 203 126 20 0 61 277 114 35
Binary 10010 1101110 10000011 1010110 10000 0 110001 10111111 1001100 11101

Color Harmonies of #126E83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126E83

Black with #126E83

Text Example


Text Example

White with #126E83

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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