Html Css Color HEX #127482 Allports

📋 copy color: '#127482'

red 18 ◦ green 116 ◦ blue 130

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

Shades of Allports #127482

Tints of Allports #127482

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.94%

 BLUE value IS 130 (51.17% from 255) = 49.24%

R = 6.82%
G = 43.94%
B = 49.24%

CMYK

 C value IS 0.86

 M value IS 0.11

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#127482 (or 0x127482) is known color: Allports. HEX triplet: 12, 74 and 82. RGB value is (18,116,130). Sum of RGB (Red+Green+Blue) = 18+116+130=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 130 (51.17% from 255 or 49.24% from 264); Max value from RGB is 130 - color contains mainly: blue. Hex color #127482 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #127482 is #ED8B7D. Grayscale: #585858. Windows color (decimal): -15567742 or 8549394. OLE color: 8549394.

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

Color convert

RGB 18 116 130 -
CMYK 0.86 0.11 0 0.49
HSL 187.5º 0.76% 0.29% -
HSV(B) 187.5º 0.86% 0.51% -
XYZ 10.52 14.23 23.31 -
YUV 88.29 151.53 77.86 -
System Red Green Blue C M Y K H S L
Decimal 18 116 130 0.86 0.11 0 0.49 187.5 0.76 0.29
Hex 12 74 82 56 B 0 31 BC 4C 1D
Octal 22 164 202 126 13 0 61 274 114 35
Binary 10010 1110100 10000010 1010110 1011 0 110001 10111100 1001100 11101

Color Harmonies of #127482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127482

Black with #127482

Text Example


Text Example

White with #127482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127482; }

 p { color: rgb(18,116,130); }

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

background-color css

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

 a { background-color: rgb(18,116,130); }

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

border-color css

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

 span { border-color: rgb(18,116,130); }

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