Html Css Color HEX #126088 Allports

📋 copy color: '#126088'

red 18 ◦ green 96 ◦ blue 136

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

Shades of Allports #126088

Tints of Allports #126088

RGB

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

 GREEN value IS 96 (37.89% from 255) = 38.4%

 BLUE value IS 136 (53.52% from 255) = 54.4%

R = 7.2%
G = 38.4%
B = 54.4%

CMYK

 C value IS 0.87

 M value IS 0.29

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#126088 (or 0x126088) is known color: Allports. HEX triplet: 12, 60 and 88. RGB value is (18,96,136). Sum of RGB (Red+Green+Blue) = 18+96+136=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 96 (37.89% from 255 or 38.4% from 250); Blue value is 136 (53.52% from 255 or 54.4% from 250); Max value from RGB is 136 - color contains mainly: blue. Hex color #126088 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126088 is #ED9F77. Grayscale: #4D4D4D. Windows color (decimal): -15572856 or 8937490. OLE color: 8937490.

HSL color Cylindrical-coordinate representation of color #126088: hue angle of 200.34º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #126088 is Cyan = 0.87, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 96 136 -
CMYK 0.87 0.29 0 0.47
HSL 200.34º 0.77% 0.3% -
HSV(B) 200.34º 0.87% 0.53% -
XYZ 8.88 10.27 24.81 -
YUV 77.24 161.16 85.75 -
System Red Green Blue C M Y K H S L
Decimal 18 96 136 0.87 0.29 0 0.47 200.34 0.77 0.3
Hex 12 60 88 57 1D 0 2F C8 4D 1E
Octal 22 140 210 127 35 0 57 310 115 36
Binary 10010 1100000 10001000 1010111 11101 0 101111 11001000 1001101 11110

Color Harmonies of #126088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126088

Black with #126088

Text Example


Text Example

White with #126088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126088; }

 p { color: rgb(18,96,136); }

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

background-color css

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

 a { background-color: rgb(18,96,136); }

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

border-color css

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

 span { border-color: rgb(18,96,136); }

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