Html Css Color HEX #126C87 Allports

📋 copy color: '#126C87'

red 18 ◦ green 108 ◦ blue 135

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

Shades of Allports #126C87

Tints of Allports #126C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 51.72%

R = 6.9%
G = 41.38%
B = 51.72%

CMYK

 C value IS 0.87

 M value IS 0.2

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#126C87 (or 0x126C87) is known color: Allports. HEX triplet: 12, 6C and 87. RGB value is (18,108,135). Sum of RGB (Red+Green+Blue) = 18+108+135=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 108 (42.58% from 255 or 41.38% from 261); Blue value is 135 (53.12% from 255 or 51.72% from 261); Max value from RGB is 135 - color contains mainly: blue. Hex color #126C87 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126C87 is #ED9378. Grayscale: #535353. Windows color (decimal): -15569785 or 8875026. OLE color: 8875026.

HSL color Cylindrical-coordinate representation of color #126C87: hue angle of 193.85º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #126C87 is Cyan = 0.87, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 108 135 -
CMYK 0.87 0.2 0 0.47
HSL 193.85º 0.76% 0.3% -
HSV(B) 193.85º 0.87% 0.53% -
XYZ 9.99 12.6 24.83 -
YUV 84.17 156.68 80.8 -
System Red Green Blue C M Y K H S L
Decimal 18 108 135 0.87 0.2 0 0.47 193.85 0.76 0.3
Hex 12 6C 87 57 14 0 2F C2 4C 1E
Octal 22 154 207 127 24 0 57 302 114 36
Binary 10010 1101100 10000111 1010111 10100 0 101111 11000010 1001100 11110

Color Harmonies of #126C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126C87

Black with #126C87

Text Example


Text Example

White with #126C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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