Html Css Color HEX #127493 Allports

📋 copy color: '#127493'

red 18 ◦ green 116 ◦ blue 147

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

Shades of Allports #127493

Tints of Allports #127493

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 52.31%

R = 6.41%
G = 41.28%
B = 52.31%

CMYK

 C value IS 0.88

 M value IS 0.21

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#127493 (or 0x127493) is known color: Allports. HEX triplet: 12, 74 and 93. RGB value is (18,116,147). Sum of RGB (Red+Green+Blue) = 18+116+147=281 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.41% from 281); Green value is 116 (45.70% from 255 or 41.28% from 281); Blue value is 147 (57.81% from 255 or 52.31% from 281); Max value from RGB is 147 - color contains mainly: blue. Hex color #127493 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127493 is #ED8B6C. Grayscale: #5A5A5A. Windows color (decimal): -15567725 or 9663506. OLE color: 9663506.

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

Color convert

RGB 18 116 147 -
CMYK 0.88 0.21 0 0.42
HSL 194.42º 0.78% 0.32% -
HSV(B) 194.42º 0.88% 0.58% -
XYZ 11.76 14.73 29.83 -
YUV 90.23 160.03 76.48 -
System Red Green Blue C M Y K H S L
Decimal 18 116 147 0.88 0.21 0 0.42 194.42 0.78 0.32
Hex 12 74 93 58 15 0 2A C2 4E 20
Octal 22 164 223 130 25 0 52 302 116 40
Binary 10010 1110100 10010011 1011000 10101 0 101010 11000010 1001110 100000

Color Harmonies of #127493

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127493

Black with #127493

Text Example


Text Example

White with #127493

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127493; }

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

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

background-color css

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

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

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

border-color css

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

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

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