Html Css Color HEX #127492 Allports

📋 copy color: '#127492'

red 18 ◦ green 116 ◦ blue 146

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

Shades of Allports #127492

Tints of Allports #127492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 52.14%

R = 6.43%
G = 41.43%
B = 52.14%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#127492 (or 0x127492) is known color: Allports. HEX triplet: 12, 74 and 92. RGB value is (18,116,146). Sum of RGB (Red+Green+Blue) = 18+116+146=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 116 (45.70% from 255 or 41.43% from 280); Blue value is 146 (57.42% from 255 or 52.14% from 280); Max value from RGB is 146 - color contains mainly: blue. Hex color #127492 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127492 is #ED8B6D. Grayscale: #595959. Windows color (decimal): -15567726 or 9597970. OLE color: 9597970.

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

Color convert

RGB 18 116 146 -
CMYK 0.88 0.21 0 0.43
HSL 194.06º 0.78% 0.32% -
HSV(B) 194.06º 0.88% 0.57% -
XYZ 11.68 14.69 29.41 -
YUV 90.12 159.53 76.56 -
System Red Green Blue C M Y K H S L
Decimal 18 116 146 0.88 0.21 0 0.43 194.06 0.78 0.32
Hex 12 74 92 58 15 0 2B C2 4E 20
Octal 22 164 222 130 25 0 53 302 116 40
Binary 10010 1110100 10010010 1011000 10101 0 101011 11000010 1001110 100000

Color Harmonies of #127492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127492

Black with #127492

Text Example


Text Example

White with #127492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127492; }

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

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

background-color css

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

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

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

border-color css

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

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

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