Html Css Color HEX #126185 Allports

📋 copy color: '#126185'

red 18 ◦ green 97 ◦ blue 133

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

Shades of Allports #126185

Tints of Allports #126185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 53.63%

R = 7.26%
G = 39.11%
B = 53.63%

CMYK

 C value IS 0.86

 M value IS 0.27

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#126185 (or 0x126185) is known color: Allports. HEX triplet: 12, 61 and 85. RGB value is (18,97,133). Sum of RGB (Red+Green+Blue) = 18+97+133=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 97 (38.28% from 255 or 39.11% from 248); Blue value is 133 (52.34% from 255 or 53.63% from 248); Max value from RGB is 133 - color contains mainly: blue. Hex color #126185 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126185 is #ED9E7A. Grayscale: #4D4D4D. Windows color (decimal): -15572603 or 8741138. OLE color: 8741138.

HSL color Cylindrical-coordinate representation of color #126185: hue angle of 198.78º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #126185 is Cyan = 0.86, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 97 133 -
CMYK 0.86 0.27 0 0.48
HSL 198.78º 0.76% 0.3% -
HSV(B) 198.78º 0.86% 0.52% -
XYZ 8.76 10.37 23.73 -
YUV 77.48 159.33 85.57 -
System Red Green Blue C M Y K H S L
Decimal 18 97 133 0.86 0.27 0 0.48 198.78 0.76 0.3
Hex 12 61 85 56 1B 0 30 C7 4C 1E
Octal 22 141 205 126 33 0 60 307 114 36
Binary 10010 1100001 10000101 1010110 11011 0 110000 11000111 1001100 11110

Color Harmonies of #126185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126185

Black with #126185

Text Example


Text Example

White with #126185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126185; }

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

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

background-color css

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

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

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

border-color css

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

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

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