Html Css Color HEX #126C85 Allports

📋 copy color: '#126C85'

red 18 ◦ green 108 ◦ blue 133

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

Shades of Allports #126C85

Tints of Allports #126C85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 51.35%

R = 6.95%
G = 41.7%
B = 51.35%

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

#126C85 (or 0x126C85) is known color: Allports. HEX triplet: 12, 6C and 85. RGB value is (18,108,133). Sum of RGB (Red+Green+Blue) = 18+108+133=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 108 (42.58% from 255 or 41.70% from 259); Blue value is 133 (52.34% from 255 or 51.35% from 259); Max value from RGB is 133 - color contains mainly: blue. Hex color #126C85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126C85 is #ED937A. Grayscale: #535353. Windows color (decimal): -15569787 or 8743954. OLE color: 8743954.

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

Color convert

RGB 18 108 133 -
CMYK 0.86 0.19 0 0.48
HSL 193.04º 0.76% 0.3% -
HSV(B) 193.04º 0.86% 0.52% -
XYZ 9.85 12.55 24.09 -
YUV 83.94 155.68 80.97 -
System Red Green Blue C M Y K H S L
Decimal 18 108 133 0.86 0.19 0 0.48 193.04 0.76 0.3
Hex 12 6C 85 56 13 0 30 C1 4C 1E
Octal 22 154 205 126 23 0 60 301 114 36
Binary 10010 1101100 10000101 1010110 10011 0 110000 11000001 1001100 11110

Color Harmonies of #126C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126C85

Black with #126C85

Text Example


Text Example

White with #126C85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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