Html Css Color HEX #126187 Allports

📋 copy color: '#126187'

red 18 ◦ green 97 ◦ blue 135

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

Shades of Allports #126187

Tints of Allports #126187

RGB

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

 GREEN value IS 97 (38.28% from 255) = 38.8%

 BLUE value IS 135 (53.13% from 255) = 54%

R = 7.2%
G = 38.8%
B = 54%

CMYK

 C value IS 0.87

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#126187 (or 0x126187) is known color: Allports. HEX triplet: 12, 61 and 87. RGB value is (18,97,135). Sum of RGB (Red+Green+Blue) = 18+97+135=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 97 (38.28% from 255 or 38.8% from 250); Blue value is 135 (53.12% from 255 or 54% from 250); Max value from RGB is 135 - color contains mainly: blue. Hex color #126187 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126187 is #ED9E78. Grayscale: #4D4D4D. Windows color (decimal): -15572601 or 8872210. OLE color: 8872210.

HSL color Cylindrical-coordinate representation of color #126187: hue angle of 199.49º degrees, saturation: 0.76, 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 #126187 is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 97 135 -
CMYK 0.87 0.28 0 0.47
HSL 199.49º 0.76% 0.3% -
HSV(B) 199.49º 0.87% 0.53% -
XYZ 8.9 10.43 24.47 -
YUV 77.71 160.33 85.41 -
System Red Green Blue C M Y K H S L
Decimal 18 97 135 0.87 0.28 0 0.47 199.49 0.76 0.3
Hex 12 61 87 57 1C 0 2F C7 4C 1E
Octal 22 141 207 127 34 0 57 307 114 36
Binary 10010 1100001 10000111 1010111 11100 0 101111 11000111 1001100 11110

Color Harmonies of #126187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126187

Black with #126187

Text Example


Text Example

White with #126187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126187; }

 p { color: rgb(18,97,135); }

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

background-color css

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

 a { background-color: rgb(18,97,135); }

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

border-color css

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

 span { border-color: rgb(18,97,135); }

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