Html Css Color HEX #126C82 Allports

📋 copy color: '#126C82'

red 18 ◦ green 108 ◦ blue 130

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

Shades of Allports #126C82

Tints of Allports #126C82

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 50.78%

R = 7.03%
G = 42.19%
B = 50.78%

CMYK

 C value IS 0.86

 M value IS 0.17

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#126C82 (or 0x126C82) is known color: Allports. HEX triplet: 12, 6C and 82. RGB value is (18,108,130). Sum of RGB (Red+Green+Blue) = 18+108+130=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 108 (42.58% from 255 or 42.19% from 256); Blue value is 130 (51.17% from 255 or 50.78% from 256); Max value from RGB is 130 - color contains mainly: blue. Hex color #126C82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126C82 is #ED937D. Grayscale: #535353. Windows color (decimal): -15569790 or 8547346. OLE color: 8547346.

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

Color convert

RGB 18 108 130 -
CMYK 0.86 0.17 0 0.49
HSL 191.79º 0.76% 0.29% -
HSV(B) 191.79º 0.86% 0.51% -
XYZ 9.64 12.47 23.02 -
YUV 83.6 154.18 81.21 -
System Red Green Blue C M Y K H S L
Decimal 18 108 130 0.86 0.17 0 0.49 191.79 0.76 0.29
Hex 12 6C 82 56 11 0 31 C0 4C 1D
Octal 22 154 202 126 21 0 61 300 114 35
Binary 10010 1101100 10000010 1010110 10001 0 110001 11000000 1001100 11101

Color Harmonies of #126C82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126C82

Black with #126C82

Text Example


Text Example

White with #126C82

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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