Html Css Color HEX #127490 Allports

📋 copy color: '#127490'

red 18 ◦ green 116 ◦ blue 144

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

Shades of Allports #127490

Tints of Allports #127490

RGB

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

 GREEN value IS 116 (45.7% from 255) = 41.73%

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

R = 6.47%
G = 41.73%
B = 51.8%

CMYK

 C value IS 0.88

 M value IS 0.19

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#127490 (or 0x127490) is known color: Allports. HEX triplet: 12, 74 and 90. RGB value is (18,116,144). Sum of RGB (Red+Green+Blue) = 18+116+144=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 116 (45.70% from 255 or 41.73% from 278); Blue value is 144 (56.64% from 255 or 51.80% from 278); Max value from RGB is 144 - color contains mainly: blue. Hex color #127490 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127490 is #ED8B6F. Grayscale: #595959. Windows color (decimal): -15567728 or 9466898. OLE color: 9466898.

HSL color Cylindrical-coordinate representation of color #127490: hue angle of 193.33º 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 #127490 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 18 116 144 -
CMYK 0.88 0.19 0 0.44
HSL 193.33º 0.78% 0.32% -
HSV(B) 193.33º 0.88% 0.56% -
XYZ 11.53 14.63 28.6 -
YUV 89.89 158.53 76.72 -
System Red Green Blue C M Y K H S L
Decimal 18 116 144 0.88 0.19 0 0.44 193.33 0.78 0.32
Hex 12 74 90 58 13 0 2C C1 4E 20
Octal 22 164 220 130 23 0 54 301 116 40
Binary 10010 1110100 10010000 1011000 10011 0 101100 11000001 1001110 100000

Color Harmonies of #127490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127490

Black with #127490

Text Example


Text Example

White with #127490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127490; }

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

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

background-color css

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

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

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

border-color css

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

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

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