Html Css Color HEX #126D91 Allports

📋 copy color: '#126D91'

red 18 ◦ green 109 ◦ blue 145

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

Shades of Allports #126D91

Tints of Allports #126D91

RGB

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

 GREEN value IS 109 (42.97% from 255) = 40.07%

 BLUE value IS 145 (57.03% from 255) = 53.31%

R = 6.62%
G = 40.07%
B = 53.31%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#126D91 (or 0x126D91) is known color: Allports. HEX triplet: 12, 6D and 91. RGB value is (18,109,145). Sum of RGB (Red+Green+Blue) = 18+109+145=272 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.62% from 272); Green value is 109 (42.97% from 255 or 40.07% from 272); Blue value is 145 (57.03% from 255 or 53.31% from 272); Max value from RGB is 145 - color contains mainly: blue. Hex color #126D91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126D91 is #ED926E. Grayscale: #555555. Windows color (decimal): -15569519 or 9530642. OLE color: 9530642.

HSL color Cylindrical-coordinate representation of color #126D91: hue angle of 197.01º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #126D91 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 109 145 -
CMYK 0.88 0.25 0 0.43
HSL 197.01º 0.78% 0.32% -
HSV(B) 197.01º 0.88% 0.57% -
XYZ 10.83 13.11 28.75 -
YUV 85.9 161.35 79.57 -
System Red Green Blue C M Y K H S L
Decimal 18 109 145 0.88 0.25 0 0.43 197.01 0.78 0.32
Hex 12 6D 91 58 19 0 2B C5 4E 20
Octal 22 155 221 130 31 0 53 305 116 40
Binary 10010 1101101 10010001 1011000 11001 0 101011 11000101 1001110 100000

Color Harmonies of #126D91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126D91

Black with #126D91

Text Example


Text Example

White with #126D91

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,109,145); }

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

background-color css

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

 a { background-color: rgb(18,109,145); }

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

border-color css

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

 span { border-color: rgb(18,109,145); }

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