Html Css Color HEX #127685 Allports

📋 copy color: '#127685'

red 18 ◦ green 118 ◦ blue 133

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

Shades of Allports #127685

Tints of Allports #127685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 49.44%

R = 6.69%
G = 43.87%
B = 49.44%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#127685 (or 0x127685) is known color: Allports. HEX triplet: 12, 76 and 85. RGB value is (18,118,133). Sum of RGB (Red+Green+Blue) = 18+118+133=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 133 (52.34% from 255 or 49.44% from 269); Max value from RGB is 133 - color contains mainly: blue. Hex color #127685 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127685 is #ED897A. Grayscale: #595959. Windows color (decimal): -15567227 or 8746514. OLE color: 8746514.

HSL color Cylindrical-coordinate representation of color #127685: hue angle of 187.83º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127685 is Cyan = 0.86, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 118 133 -
CMYK 0.86 0.11 0 0.48
HSL 187.83º 0.76% 0.3% -
HSV(B) 187.83º 0.86% 0.52% -
XYZ 10.96 14.78 24.47 -
YUV 89.81 152.37 76.78 -
System Red Green Blue C M Y K H S L
Decimal 18 118 133 0.86 0.11 0 0.48 187.83 0.76 0.3
Hex 12 76 85 56 B 0 30 BC 4C 1E
Octal 22 166 205 126 13 0 60 274 114 36
Binary 10010 1110110 10000101 1010110 1011 0 110000 10111100 1001100 11110

Color Harmonies of #127685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127685

Black with #127685

Text Example


Text Example

White with #127685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127685; }

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

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

background-color css

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

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

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

border-color css

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

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

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