Html Css Color HEX #127385 Allports

📋 copy color: '#127385'

red 18 ◦ green 115 ◦ blue 133

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

Shades of Allports #127385

Tints of Allports #127385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 43.23%

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

R = 6.77%
G = 43.23%
B = 50%

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

#127385 (or 0x127385) is known color: Allports. HEX triplet: 12, 73 and 85. RGB value is (18,115,133). Sum of RGB (Red+Green+Blue) = 18+115+133=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 115 (45.31% from 255 or 43.23% from 266); Blue value is 133 (52.34% from 255 or 50% from 266); Max value from RGB is 133 - color contains mainly: blue. Hex color #127385 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127385 is #ED8C7A. Grayscale: #575757. Windows color (decimal): -15567995 or 8745746. OLE color: 8745746.

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

Color convert

RGB 18 115 133 -
CMYK 0.86 0.14 0 0.48
HSL 189.39º 0.76% 0.3% -
HSV(B) 189.39º 0.86% 0.52% -
XYZ 10.61 14.08 24.35 -
YUV 88.05 153.36 78.04 -
System Red Green Blue C M Y K H S L
Decimal 18 115 133 0.86 0.14 0 0.48 189.39 0.76 0.3
Hex 12 73 85 56 E 0 30 BD 4C 1E
Octal 22 163 205 126 16 0 60 275 114 36
Binary 10010 1110011 10000101 1010110 1110 0 110000 10111101 1001100 11110

Color Harmonies of #127385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127385

Black with #127385

Text Example


Text Example

White with #127385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127385; }

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

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

background-color css

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

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

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

border-color css

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

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

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