Html Css Color HEX #127884 Allports

📋 copy color: '#127884'

red 18 ◦ green 120 ◦ blue 132

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

Shades of Allports #127884

Tints of Allports #127884

RGB

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

 GREEN value IS 120 (47.27% from 255) = 44.44%

 BLUE value IS 132 (51.95% from 255) = 48.89%

R = 6.67%
G = 44.44%
B = 48.89%

CMYK

 C value IS 0.86

 M value IS 0.09

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#127884 (or 0x127884) is known color: Allports. HEX triplet: 12, 78 and 84. RGB value is (18,120,132). Sum of RGB (Red+Green+Blue) = 18+120+132=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 132 (51.95% from 255 or 48.89% from 270); Max value from RGB is 132 - color contains mainly: blue. Hex color #127884 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127884 is #ED877B. Grayscale: #5A5A5A. Windows color (decimal): -15566716 or 8681490. OLE color: 8681490.

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

Color convert

RGB 18 120 132 -
CMYK 0.86 0.09 0 0.48
HSL 186.32º 0.76% 0.29% -
HSV(B) 186.32º 0.86% 0.52% -
XYZ 11.13 15.23 24.18 -
YUV 90.87 151.21 76.02 -
System Red Green Blue C M Y K H S L
Decimal 18 120 132 0.86 0.09 0 0.48 186.32 0.76 0.29
Hex 12 78 84 56 9 0 30 BA 4C 1D
Octal 22 170 204 126 11 0 60 272 114 35
Binary 10010 1111000 10000100 1010110 1001 0 110000 10111010 1001100 11101

Color Harmonies of #127884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127884

Black with #127884

Text Example


Text Example

White with #127884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127884; }

 p { color: rgb(18,120,132); }

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

background-color css

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

 a { background-color: rgb(18,120,132); }

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

border-color css

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

 span { border-color: rgb(18,120,132); }

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