Html Css Color HEX #127293 Allports

📋 copy color: '#127293'

red 18 ◦ green 114 ◦ blue 147

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

Shades of Allports #127293

Tints of Allports #127293

RGB

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

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

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

R = 6.45%
G = 40.86%
B = 52.69%

CMYK

 C value IS 0.88

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#127293 (or 0x127293) is known color: Allports. HEX triplet: 12, 72 and 93. RGB value is (18,114,147). Sum of RGB (Red+Green+Blue) = 18+114+147=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 114 (44.92% from 255 or 40.86% from 279); Blue value is 147 (57.81% from 255 or 52.69% from 279); Max value from RGB is 147 - color contains mainly: blue. Hex color #127293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127293 is #ED8D6C. Grayscale: #585858. Windows color (decimal): -15568237 or 9662994. OLE color: 9662994.

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

Color convert

RGB 18 114 147 -
CMYK 0.88 0.22 0 0.42
HSL 195.35º 0.78% 0.32% -
HSV(B) 195.35º 0.88% 0.58% -
XYZ 11.53 14.27 29.75 -
YUV 89.06 160.7 77.32 -
System Red Green Blue C M Y K H S L
Decimal 18 114 147 0.88 0.22 0 0.42 195.35 0.78 0.32
Hex 12 72 93 58 16 0 2A C3 4E 20
Octal 22 162 223 130 26 0 52 303 116 40
Binary 10010 1110010 10010011 1011000 10110 0 101010 11000011 1001110 100000

Color Harmonies of #127293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127293

Black with #127293

Text Example


Text Example

White with #127293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127293; }

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

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

background-color css

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

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

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

border-color css

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

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

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