Html Css Color HEX #127085 Allports

📋 copy color: '#127085'

red 18 ◦ green 112 ◦ blue 133

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

Shades of Allports #127085

Tints of Allports #127085

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 50.57%

R = 6.84%
G = 42.59%
B = 50.57%

CMYK

 C value IS 0.86

 M value IS 0.16

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#127085 (or 0x127085) is known color: Allports. HEX triplet: 12, 70 and 85. RGB value is (18,112,133). Sum of RGB (Red+Green+Blue) = 18+112+133=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 112 (44.14% from 255 or 42.59% from 263); Blue value is 133 (52.34% from 255 or 50.57% from 263); Max value from RGB is 133 - color contains mainly: blue. Hex color #127085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127085 is #ED8F7A. Grayscale: #565656. Windows color (decimal): -15568763 or 8744978. OLE color: 8744978.

HSL color Cylindrical-coordinate representation of color #127085: hue angle of 190.96º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127085 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 112 133 -
CMYK 0.86 0.16 0 0.48
HSL 190.96º 0.76% 0.3% -
HSV(B) 190.96º 0.86% 0.52% -
XYZ 10.28 13.41 24.24 -
YUV 86.29 154.36 79.29 -
System Red Green Blue C M Y K H S L
Decimal 18 112 133 0.86 0.16 0 0.48 190.96 0.76 0.3
Hex 12 70 85 56 10 0 30 BF 4C 1E
Octal 22 160 205 126 20 0 60 277 114 36
Binary 10010 1110000 10000101 1010110 10000 0 110000 10111111 1001100 11110

Color Harmonies of #127085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127085

Black with #127085

Text Example


Text Example

White with #127085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127085; }

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

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

background-color css

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

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

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

border-color css

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

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

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