Html Css Color HEX #127290 Allports

📋 copy color: '#127290'

red 18 ◦ green 114 ◦ blue 144

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

Shades of Allports #127290

Tints of Allports #127290

RGB

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

 GREEN value IS 114 (44.92% from 255) = 41.3%

 BLUE value IS 144 (56.64% from 255) = 52.17%

R = 6.52%
G = 41.3%
B = 52.17%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#127290 (or 0x127290) is known color: Allports. HEX triplet: 12, 72 and 90. RGB value is (18,114,144). Sum of RGB (Red+Green+Blue) = 18+114+144=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 144 (56.64% from 255 or 52.17% from 276); Max value from RGB is 144 - color contains mainly: blue. Hex color #127290 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127290 is #ED8D6F. Grayscale: #585858. Windows color (decimal): -15568240 or 9466386. OLE color: 9466386.

HSL color Cylindrical-coordinate representation of color #127290: hue angle of 194.29º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #127290 is Cyan = 0.88, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 114 144 -
CMYK 0.88 0.21 0 0.44
HSL 194.29º 0.78% 0.32% -
HSV(B) 194.29º 0.88% 0.56% -
XYZ 11.3 14.18 28.53 -
YUV 88.72 159.2 77.56 -
System Red Green Blue C M Y K H S L
Decimal 18 114 144 0.88 0.21 0 0.44 194.29 0.78 0.32
Hex 12 72 90 58 15 0 2C C2 4E 20
Octal 22 162 220 130 25 0 54 302 116 40
Binary 10010 1110010 10010000 1011000 10101 0 101100 11000010 1001110 100000

Color Harmonies of #127290

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127290

Black with #127290

Text Example


Text Example

White with #127290

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127290; }

 p { color: rgb(18,114,144); }

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

background-color css

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

 a { background-color: rgb(18,114,144); }

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

border-color css

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

 span { border-color: rgb(18,114,144); }

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