Html Css Color HEX #126681 Allports

📋 copy color: '#126681'

red 18 ◦ green 102 ◦ blue 129

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

Shades of Allports #126681

Tints of Allports #126681

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.96%

 BLUE value IS 129 (50.78% from 255) = 51.81%

R = 7.23%
G = 40.96%
B = 51.81%

CMYK

 C value IS 0.86

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#126681 (or 0x126681) is known color: Allports. HEX triplet: 12, 66 and 81. RGB value is (18,102,129). Sum of RGB (Red+Green+Blue) = 18+102+129=249 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.23% from 249); Green value is 102 (40.23% from 255 or 40.96% from 249); Blue value is 129 (50.78% from 255 or 51.81% from 249); Max value from RGB is 129 - color contains mainly: blue. Hex color #126681 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126681 is #ED997E. Grayscale: #4F4F4F. Windows color (decimal): -15571327 or 8480274. OLE color: 8480274.

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

Color convert

RGB 18 102 129 -
CMYK 0.86 0.21 0 0.49
HSL 194.59º 0.76% 0.29% -
HSV(B) 194.59º 0.86% 0.51% -
XYZ 8.96 11.22 22.46 -
YUV 79.96 155.67 83.8 -
System Red Green Blue C M Y K H S L
Decimal 18 102 129 0.86 0.21 0 0.49 194.59 0.76 0.29
Hex 12 66 81 56 15 0 31 C3 4C 1D
Octal 22 146 201 126 25 0 61 303 114 35
Binary 10010 1100110 10000001 1010110 10101 0 110001 11000011 1001100 11101

Color Harmonies of #126681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126681

Black with #126681

Text Example


Text Example

White with #126681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126681; }

 p { color: rgb(18,102,129); }

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

background-color css

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

 a { background-color: rgb(18,102,129); }

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

border-color css

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

 span { border-color: rgb(18,102,129); }

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