Html Css Color HEX #126982 Allports

📋 copy color: '#126982'

red 18 ◦ green 105 ◦ blue 130

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

Shades of Allports #126982

Tints of Allports #126982

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.5%

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

R = 7.11%
G = 41.5%
B = 51.38%

CMYK

 C value IS 0.86

 M value IS 0.19

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#126982 (or 0x126982) is known color: Allports. HEX triplet: 12, 69 and 82. RGB value is (18,105,130). Sum of RGB (Red+Green+Blue) = 18+105+130=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 105 (41.41% from 255 or 41.50% from 253); Blue value is 130 (51.17% from 255 or 51.38% from 253); Max value from RGB is 130 - color contains mainly: blue. Hex color #126982 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126982 is #ED967D. Grayscale: #515151. Windows color (decimal): -15570558 or 8546578. OLE color: 8546578.

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

Color convert

RGB 18 105 130 -
CMYK 0.86 0.19 0 0.49
HSL 193.39º 0.76% 0.29% -
HSV(B) 193.39º 0.86% 0.51% -
XYZ 9.33 11.84 22.91 -
YUV 81.84 155.18 82.47 -
System Red Green Blue C M Y K H S L
Decimal 18 105 130 0.86 0.19 0 0.49 193.39 0.76 0.29
Hex 12 69 82 56 13 0 31 C1 4C 1D
Octal 22 151 202 126 23 0 61 301 114 35
Binary 10010 1101001 10000010 1010110 10011 0 110001 11000001 1001100 11101

Color Harmonies of #126982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126982

Black with #126982

Text Example


Text Example

White with #126982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126982; }

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

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

background-color css

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

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

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

border-color css

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

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

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