Html Css Color HEX #127285 Allports

📋 copy color: '#127285'

red 18 ◦ green 114 ◦ blue 133

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

Shades of Allports #127285

Tints of Allports #127285

RGB

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

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

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

R = 6.79%
G = 43.02%
B = 50.19%

CMYK

 C value IS 0.86

 M value IS 0.14

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#127285 (or 0x127285) is known color: Allports. HEX triplet: 12, 72 and 85. RGB value is (18,114,133). Sum of RGB (Red+Green+Blue) = 18+114+133=265 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.79% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 133 (52.34% from 255 or 50.19% from 265); Max value from RGB is 133 - color contains mainly: blue. Hex color #127285 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127285 is #ED8D7A. Grayscale: #575757. Windows color (decimal): -15568251 or 8745490. OLE color: 8745490.

HSL color Cylindrical-coordinate representation of color #127285: hue angle of 189.91º 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 #127285 is Cyan = 0.86, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 114 133 -
CMYK 0.86 0.14 0 0.48
HSL 189.91º 0.76% 0.3% -
HSV(B) 189.91º 0.86% 0.52% -
XYZ 10.5 13.86 24.31 -
YUV 87.46 153.7 78.46 -
System Red Green Blue C M Y K H S L
Decimal 18 114 133 0.86 0.14 0 0.48 189.91 0.76 0.3
Hex 12 72 85 56 E 0 30 BE 4C 1E
Octal 22 162 205 126 16 0 60 276 114 36
Binary 10010 1110010 10000101 1010110 1110 0 110000 10111110 1001100 11110

Color Harmonies of #127285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127285

Black with #127285

Text Example


Text Example

White with #127285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127285; }

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

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

background-color css

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

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

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

border-color css

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

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

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