Html Css Color HEX #127383 Allports

📋 copy color: '#127383'

red 18 ◦ green 115 ◦ blue 131

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

Shades of Allports #127383

Tints of Allports #127383

RGB

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

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

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

R = 6.82%
G = 43.56%
B = 49.62%

CMYK

 C value IS 0.86

 M value IS 0.12

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#127383 (or 0x127383) is known color: Allports. HEX triplet: 12, 73 and 83. RGB value is (18,115,131). Sum of RGB (Red+Green+Blue) = 18+115+131=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 115 (45.31% from 255 or 43.56% from 264); Blue value is 131 (51.56% from 255 or 49.62% from 264); Max value from RGB is 131 - color contains mainly: blue. Hex color #127383 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127383 is #ED8C7C. Grayscale: #575757. Windows color (decimal): -15567997 or 8614674. OLE color: 8614674.

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

Color convert

RGB 18 115 131 -
CMYK 0.86 0.12 0 0.49
HSL 188.5º 0.76% 0.29% -
HSV(B) 188.5º 0.86% 0.51% -
XYZ 10.48 14.03 23.63 -
YUV 87.82 152.36 78.2 -
System Red Green Blue C M Y K H S L
Decimal 18 115 131 0.86 0.12 0 0.49 188.5 0.76 0.29
Hex 12 73 83 56 C 0 31 BC 4C 1D
Octal 22 163 203 126 14 0 61 274 114 35
Binary 10010 1110011 10000011 1010110 1100 0 110001 10111100 1001100 11101

Color Harmonies of #127383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127383

Black with #127383

Text Example


Text Example

White with #127383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127383; }

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

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

background-color css

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

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

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

border-color css

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

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

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