Html Css Color HEX #127081 Allports

📋 copy color: '#127081'

red 18 ◦ green 112 ◦ blue 129

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

Shades of Allports #127081

Tints of Allports #127081

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 49.81%

R = 6.95%
G = 43.24%
B = 49.81%

CMYK

 C value IS 0.86

 M value IS 0.13

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#127081 (or 0x127081) is known color: Allports. HEX triplet: 12, 70 and 81. RGB value is (18,112,129). Sum of RGB (Red+Green+Blue) = 18+112+129=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 129 (50.78% from 255 or 49.81% from 259); Max value from RGB is 129 - color contains mainly: blue. Hex color #127081 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127081 is #ED8F7E. Grayscale: #555555. Windows color (decimal): -15568767 or 8482834. OLE color: 8482834.

HSL color Cylindrical-coordinate representation of color #127081: hue angle of 189.19º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127081 is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 112 129 -
CMYK 0.86 0.13 0 0.49
HSL 189.19º 0.76% 0.29% -
HSV(B) 189.19º 0.86% 0.51% -
XYZ 10.01 13.3 22.81 -
YUV 85.83 152.36 79.62 -
System Red Green Blue C M Y K H S L
Decimal 18 112 129 0.86 0.13 0 0.49 189.19 0.76 0.29
Hex 12 70 81 56 D 0 31 BD 4C 1D
Octal 22 160 201 126 15 0 61 275 114 35
Binary 10010 1110000 10000001 1010110 1101 0 110001 10111101 1001100 11101

Color Harmonies of #127081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127081

Black with #127081

Text Example


Text Example

White with #127081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127081; }

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

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

background-color css

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

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

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

border-color css

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

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

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