Html Css Color HEX #127887 Allports

📋 copy color: '#127887'

red 18 ◦ green 120 ◦ blue 135

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

Shades of Allports #127887

Tints of Allports #127887

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 49.45%

R = 6.59%
G = 43.96%
B = 49.45%

CMYK

 C value IS 0.87

 M value IS 0.11

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#127887 (or 0x127887) is known color: Allports. HEX triplet: 12, 78 and 87. RGB value is (18,120,135). Sum of RGB (Red+Green+Blue) = 18+120+135=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 120 (47.27% from 255 or 43.96% from 273); Blue value is 135 (53.12% from 255 or 49.45% from 273); Max value from RGB is 135 - color contains mainly: blue. Hex color #127887 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127887 is #ED8778. Grayscale: #5B5B5B. Windows color (decimal): -15566713 or 8878098. OLE color: 8878098.

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

Color convert

RGB 18 120 135 -
CMYK 0.87 0.11 0 0.47
HSL 187.69º 0.76% 0.3% -
HSV(B) 187.69º 0.87% 0.53% -
XYZ 11.34 15.31 25.28 -
YUV 91.21 152.71 75.78 -
System Red Green Blue C M Y K H S L
Decimal 18 120 135 0.87 0.11 0 0.47 187.69 0.76 0.3
Hex 12 78 87 57 B 0 2F BC 4C 1E
Octal 22 170 207 127 13 0 57 274 114 36
Binary 10010 1111000 10000111 1010111 1011 0 101111 10111100 1001100 11110

Color Harmonies of #127887

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127887

Black with #127887

Text Example


Text Example

White with #127887

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127887; }

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

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

background-color css

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

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

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

border-color css

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

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

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