Html Css Color HEX #127087 Allports

📋 copy color: '#127087'

red 18 ◦ green 112 ◦ blue 135

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

Shades of Allports #127087

Tints of Allports #127087

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.26%

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

R = 6.79%
G = 42.26%
B = 50.94%

CMYK

 C value IS 0.87

 M value IS 0.17

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#127087 (or 0x127087) is known color: Allports. HEX triplet: 12, 70 and 87. RGB value is (18,112,135). Sum of RGB (Red+Green+Blue) = 18+112+135=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 135 (53.12% from 255 or 50.94% from 265); Max value from RGB is 135 - color contains mainly: blue. Hex color #127087 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127087 is #ED8F78. Grayscale: #565656. Windows color (decimal): -15568761 or 8876050. OLE color: 8876050.

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

Color convert

RGB 18 112 135 -
CMYK 0.87 0.17 0 0.47
HSL 191.79º 0.76% 0.3% -
HSV(B) 191.79º 0.87% 0.53% -
XYZ 10.42 13.47 24.97 -
YUV 86.52 155.36 79.13 -
System Red Green Blue C M Y K H S L
Decimal 18 112 135 0.87 0.17 0 0.47 191.79 0.76 0.3
Hex 12 70 87 57 11 0 2F C0 4C 1E
Octal 22 160 207 127 21 0 57 300 114 36
Binary 10010 1110000 10000111 1010111 10001 0 101111 11000000 1001100 11110

Color Harmonies of #127087

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127087

Black with #127087

Text Example


Text Example

White with #127087

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127087; }

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

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

background-color css

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

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

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

border-color css

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

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

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