Html Css Color HEX #126591 Allports

📋 copy color: '#126591'

red 18 ◦ green 101 ◦ blue 145

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

Shades of Allports #126591

Tints of Allports #126591

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 54.92%

R = 6.82%
G = 38.26%
B = 54.92%

CMYK

 C value IS 0.88

 M value IS 0.30

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#126591 (or 0x126591) is known color: Allports. HEX triplet: 12, 65 and 91. RGB value is (18,101,145). Sum of RGB (Red+Green+Blue) = 18+101+145=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 101 (39.84% from 255 or 38.26% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #126591 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126591 is #ED9A6E. Grayscale: #505050. Windows color (decimal): -15571567 or 9528594. OLE color: 9528594.

HSL color Cylindrical-coordinate representation of color #126591: hue angle of 200.79º degrees, saturation: 0.78, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #126591 is Cyan = 0.88, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 18 101 145 -
CMYK 0.88 0.30 0 0.43
HSL 200.79º 0.78% 0.32% -
HSV(B) 200.79º 0.88% 0.57% -
XYZ 10.01 11.48 28.48 -
YUV 81.2 164 82.92 -
System Red Green Blue C M Y K H S L
Decimal 18 101 145 0.88 0.30 0 0.43 200.79 0.78 0.32
Hex 12 65 91 58 1E 0 2B C9 4E 20
Octal 22 145 221 130 36 0 53 311 116 40
Binary 10010 1100101 10010001 1011000 11110 0 101011 11001001 1001110 100000

Color Harmonies of #126591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126591

Black with #126591

Text Example


Text Example

White with #126591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126591; }

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

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

background-color css

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

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

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

border-color css

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

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

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