Html Css Color HEX #126581 Allports

📋 copy color: '#126581'

red 18 ◦ green 101 ◦ blue 129

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

Shades of Allports #126581

Tints of Allports #126581

RGB

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

 GREEN value IS 101 (39.84% from 255) = 40.73%

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

R = 7.26%
G = 40.73%
B = 52.02%

CMYK

 C value IS 0.86

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#126581 (or 0x126581) is known color: Allports. HEX triplet: 12, 65 and 81. RGB value is (18,101,129). Sum of RGB (Red+Green+Blue) = 18+101+129=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 101 (39.84% from 255 or 40.73% from 248); Blue value is 129 (50.78% from 255 or 52.02% from 248); Max value from RGB is 129 - color contains mainly: blue. Hex color #126581 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126581 is #ED9A7E. Grayscale: #4F4F4F. Windows color (decimal): -15571583 or 8480018. OLE color: 8480018.

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

Color convert

RGB 18 101 129 -
CMYK 0.86 0.22 0 0.49
HSL 195.14º 0.76% 0.29% -
HSV(B) 195.14º 0.86% 0.51% -
XYZ 8.87 11.02 22.43 -
YUV 79.38 156 84.22 -
System Red Green Blue C M Y K H S L
Decimal 18 101 129 0.86 0.22 0 0.49 195.14 0.76 0.29
Hex 12 65 81 56 16 0 31 C3 4C 1D
Octal 22 145 201 126 26 0 61 303 114 35
Binary 10010 1100101 10000001 1010110 10110 0 110001 11000011 1001100 11101

Color Harmonies of #126581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126581

Black with #126581

Text Example


Text Example

White with #126581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126581; }

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

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

background-color css

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

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

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

border-color css

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

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

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