Html Css Color HEX #127890 Allports

📋 copy color: '#127890'

red 18 ◦ green 120 ◦ blue 144

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

Shades of Allports #127890

Tints of Allports #127890

RGB

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

 GREEN value IS 120 (47.27% from 255) = 42.55%

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

R = 6.38%
G = 42.55%
B = 51.06%

CMYK

 C value IS 0.88

 M value IS 0.17

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#127890 (or 0x127890) is known color: Allports. HEX triplet: 12, 78 and 90. RGB value is (18,120,144). Sum of RGB (Red+Green+Blue) = 18+120+144=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 120 (47.27% from 255 or 42.55% from 282); Blue value is 144 (56.64% from 255 or 51.06% from 282); Max value from RGB is 144 - color contains mainly: blue. Hex color #127890 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127890 is #ED876F. Grayscale: #5C5C5C. Windows color (decimal): -15566704 or 9467922. OLE color: 9467922.

HSL color Cylindrical-coordinate representation of color #127890: hue angle of 191.43º 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 #127890 is Cyan = 0.88, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 120 144 -
CMYK 0.88 0.17 0 0.44
HSL 191.43º 0.78% 0.32% -
HSV(B) 191.43º 0.88% 0.56% -
XYZ 12 15.58 28.76 -
YUV 92.24 157.21 75.05 -
System Red Green Blue C M Y K H S L
Decimal 18 120 144 0.88 0.17 0 0.44 191.43 0.78 0.32
Hex 12 78 90 58 11 0 2C BF 4E 20
Octal 22 170 220 130 21 0 54 277 116 40
Binary 10010 1111000 10010000 1011000 10001 0 101100 10111111 1001110 100000

Color Harmonies of #127890

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127890

Black with #127890

Text Example


Text Example

White with #127890

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127890; }

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

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

background-color css

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

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

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

border-color css

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

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

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