Html Css Color HEX #127381 Allports

📋 copy color: '#127381'

red 18 ◦ green 115 ◦ blue 129

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

Shades of Allports #127381

Tints of Allports #127381

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.89%

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

R = 6.87%
G = 43.89%
B = 49.24%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#127381 (or 0x127381) is known color: Allports. HEX triplet: 12, 73 and 81. RGB value is (18,115,129). Sum of RGB (Red+Green+Blue) = 18+115+129=262 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.87% from 262); Green value is 115 (45.31% from 255 or 43.89% from 262); Blue value is 129 (50.78% from 255 or 49.24% from 262); Max value from RGB is 129 - color contains mainly: blue. Hex color #127381 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127381 is #ED8C7E. Grayscale: #575757. Windows color (decimal): -15567999 or 8483602. OLE color: 8483602.

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

Color convert

RGB 18 115 129 -
CMYK 0.86 0.11 0 0.49
HSL 187.57º 0.76% 0.29% -
HSV(B) 187.57º 0.86% 0.51% -
XYZ 10.34 13.98 22.92 -
YUV 87.59 151.36 78.36 -
System Red Green Blue C M Y K H S L
Decimal 18 115 129 0.86 0.11 0 0.49 187.57 0.76 0.29
Hex 12 73 81 56 B 0 31 BC 4C 1D
Octal 22 163 201 126 13 0 61 274 114 35
Binary 10010 1110011 10000001 1010110 1011 0 110001 10111100 1001100 11101

Color Harmonies of #127381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127381

Black with #127381

Text Example


Text Example

White with #127381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127381; }

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

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

background-color css

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

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

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

border-color css

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

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

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