Html Css Color HEX #127681 Allports

📋 copy color: '#127681'

red 18 ◦ green 118 ◦ blue 129

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

Shades of Allports #127681

Tints of Allports #127681

RGB

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

 GREEN value IS 118 (46.48% from 255) = 44.53%

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

R = 6.79%
G = 44.53%
B = 48.68%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#127681 (or 0x127681) is known color: Allports. HEX triplet: 12, 76 and 81. RGB value is (18,118,129). Sum of RGB (Red+Green+Blue) = 18+118+129=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 118 (46.48% from 255 or 44.53% from 265); Blue value is 129 (50.78% from 255 or 48.68% from 265); Max value from RGB is 129 - color contains mainly: blue. Hex color #127681 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127681 is #ED897E. Grayscale: #595959. Windows color (decimal): -15567231 or 8484370. OLE color: 8484370.

HSL color Cylindrical-coordinate representation of color #127681: hue angle of 185.95º 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 #127681 is Cyan = 0.86, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 118 129 -
CMYK 0.86 0.09 0 0.49
HSL 185.95º 0.76% 0.29% -
HSV(B) 185.95º 0.86% 0.51% -
XYZ 10.69 14.67 23.04 -
YUV 89.35 150.37 77.11 -
System Red Green Blue C M Y K H S L
Decimal 18 118 129 0.86 0.09 0 0.49 185.95 0.76 0.29
Hex 12 76 81 56 9 0 31 BA 4C 1D
Octal 22 166 201 126 11 0 61 272 114 35
Binary 10010 1110110 10000001 1010110 1001 0 110001 10111010 1001100 11101

Color Harmonies of #127681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127681

Black with #127681

Text Example


Text Example

White with #127681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127681; }

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

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

background-color css

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

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

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

border-color css

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

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

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