Html Css Color HEX #126F89 Allports

📋 copy color: '#126F89'

red 18 ◦ green 111 ◦ blue 137

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

Shades of Allports #126F89

Tints of Allports #126F89

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.73%

 BLUE value IS 137 (53.91% from 255) = 51.5%

R = 6.77%
G = 41.73%
B = 51.5%

CMYK

 C value IS 0.87

 M value IS 0.19

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#126F89 (or 0x126F89) is known color: Allports. HEX triplet: 12, 6F and 89. RGB value is (18,111,137). Sum of RGB (Red+Green+Blue) = 18+111+137=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 111 (43.75% from 255 or 41.73% from 266); Blue value is 137 (53.91% from 255 or 51.50% from 266); Max value from RGB is 137 - color contains mainly: blue. Hex color #126F89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126F89 is #ED9076. Grayscale: #555555. Windows color (decimal): -15569015 or 9006866. OLE color: 9006866.

HSL color Cylindrical-coordinate representation of color #126F89: hue angle of 193.11º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #126F89 is Cyan = 0.87, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 18 111 137 -
CMYK 0.87 0.19 0 0.46
HSL 193.11º 0.77% 0.3% -
HSV(B) 193.11º 0.87% 0.54% -
XYZ 10.45 13.3 25.68 -
YUV 86.16 156.69 79.39 -
System Red Green Blue C M Y K H S L
Decimal 18 111 137 0.87 0.19 0 0.46 193.11 0.77 0.3
Hex 12 6F 89 57 13 0 2E C1 4D 1E
Octal 22 157 211 127 23 0 56 301 115 36
Binary 10010 1101111 10001001 1010111 10011 0 101110 11000001 1001101 11110

Color Harmonies of #126F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126F89

Black with #126F89

Text Example


Text Example

White with #126F89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,111,137); }

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

background-color css

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

 a { background-color: rgb(18,111,137); }

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

border-color css

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

 span { border-color: rgb(18,111,137); }

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