Html Css Color HEX #127083 Allports

📋 copy color: '#127083'

red 18 ◦ green 112 ◦ blue 131

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

Shades of Allports #127083

Tints of Allports #127083

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.91%

 BLUE value IS 131 (51.56% from 255) = 50.19%

R = 6.9%
G = 42.91%
B = 50.19%

CMYK

 C value IS 0.86

 M value IS 0.15

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#127083 (or 0x127083) is known color: Allports. HEX triplet: 12, 70 and 83. RGB value is (18,112,131). Sum of RGB (Red+Green+Blue) = 18+112+131=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 131 (51.56% from 255 or 50.19% from 261); Max value from RGB is 131 - color contains mainly: blue. Hex color #127083 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127083 is #ED8F7C. Grayscale: #555555. Windows color (decimal): -15568765 or 8613906. OLE color: 8613906.

HSL color Cylindrical-coordinate representation of color #127083: hue angle of 190.09º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127083 is Cyan = 0.86, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 112 131 -
CMYK 0.86 0.15 0 0.49
HSL 190.09º 0.76% 0.29% -
HSV(B) 190.09º 0.86% 0.51% -
XYZ 10.14 13.36 23.52 -
YUV 86.06 153.36 79.46 -
System Red Green Blue C M Y K H S L
Decimal 18 112 131 0.86 0.15 0 0.49 190.09 0.76 0.29
Hex 12 70 83 56 F 0 31 BE 4C 1D
Octal 22 160 203 126 17 0 61 276 114 35
Binary 10010 1110000 10000011 1010110 1111 0 110001 10111110 1001100 11101

Color Harmonies of #127083

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127083

Black with #127083

Text Example


Text Example

White with #127083

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127083; }

 p { color: rgb(18,112,131); }

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

background-color css

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

 a { background-color: rgb(18,112,131); }

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

border-color css

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

 span { border-color: rgb(18,112,131); }

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