Html Css Color HEX #126F90 Allports

📋 copy color: '#126F90'

red 18 ◦ green 111 ◦ blue 144

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

Shades of Allports #126F90

Tints of Allports #126F90

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 52.75%

R = 6.59%
G = 40.66%
B = 52.75%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#126F90 (or 0x126F90) is known color: Allports. HEX triplet: 12, 6F and 90. RGB value is (18,111,144). Sum of RGB (Red+Green+Blue) = 18+111+144=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 111 (43.75% from 255 or 40.66% from 273); Blue value is 144 (56.64% from 255 or 52.75% from 273); Max value from RGB is 144 - color contains mainly: blue. Hex color #126F90 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126F90 is #ED906F. Grayscale: #565656. Windows color (decimal): -15569008 or 9465618. OLE color: 9465618.

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

Color convert

RGB 18 111 144 -
CMYK 0.88 0.23 0 0.44
HSL 195.71º 0.78% 0.32% -
HSV(B) 195.71º 0.88% 0.56% -
XYZ 10.97 13.51 28.42 -
YUV 86.96 160.19 78.82 -
System Red Green Blue C M Y K H S L
Decimal 18 111 144 0.88 0.23 0 0.44 195.71 0.78 0.32
Hex 12 6F 90 58 17 0 2C C4 4E 20
Octal 22 157 220 130 27 0 54 304 116 40
Binary 10010 1101111 10010000 1011000 10111 0 101100 11000100 1001110 100000

Color Harmonies of #126F90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126F90

Black with #126F90

Text Example


Text Example

White with #126F90

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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