Html Css Color HEX #126886 Allports

📋 copy color: '#126886'

red 18 ◦ green 104 ◦ blue 134

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

Shades of Allports #126886

Tints of Allports #126886

RGB

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

 GREEN value IS 104 (41.02% from 255) = 40.63%

 BLUE value IS 134 (52.73% from 255) = 52.34%

R = 7.03%
G = 40.63%
B = 52.34%

CMYK

 C value IS 0.87

 M value IS 0.22

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#126886 (or 0x126886) is known color: Allports. HEX triplet: 12, 68 and 86. RGB value is (18,104,134). Sum of RGB (Red+Green+Blue) = 18+104+134=256 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.03% from 256); Green value is 104 (41.02% from 255 or 40.62% from 256); Blue value is 134 (52.73% from 255 or 52.34% from 256); Max value from RGB is 134 - color contains mainly: blue. Hex color #126886 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126886 is #ED9779. Grayscale: #515151. Windows color (decimal): -15570810 or 8808466. OLE color: 8808466.

HSL color Cylindrical-coordinate representation of color #126886: hue angle of 195.52º 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 #126886 is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 104 134 -
CMYK 0.87 0.22 0 0.47
HSL 195.52º 0.76% 0.3% -
HSV(B) 195.52º 0.87% 0.53% -
XYZ 9.5 11.75 24.32 -
YUV 81.71 157.51 82.56 -
System Red Green Blue C M Y K H S L
Decimal 18 104 134 0.87 0.22 0 0.47 195.52 0.76 0.3
Hex 12 68 86 57 16 0 2F C4 4C 1E
Octal 22 150 206 127 26 0 57 304 114 36
Binary 10010 1101000 10000110 1010111 10110 0 101111 11000100 1001100 11110

Color Harmonies of #126886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126886

Black with #126886

Text Example


Text Example

White with #126886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126886; }

 p { color: rgb(18,104,134); }

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

background-color css

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

 a { background-color: rgb(18,104,134); }

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

border-color css

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

 span { border-color: rgb(18,104,134); }

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