Html Css Color HEX #126085 Allports

📋 copy color: '#126085'

red 18 ◦ green 96 ◦ blue 133

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

Shades of Allports #126085

Tints of Allports #126085

RGB

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

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

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

R = 7.29%
G = 38.87%
B = 53.85%

CMYK

 C value IS 0.86

 M value IS 0.28

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#126085 (or 0x126085) is known color: Allports. HEX triplet: 12, 60 and 85. RGB value is (18,96,133). Sum of RGB (Red+Green+Blue) = 18+96+133=247 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.29% from 247); Green value is 96 (37.89% from 255 or 38.87% from 247); Blue value is 133 (52.34% from 255 or 53.85% from 247); Max value from RGB is 133 - color contains mainly: blue. Hex color #126085 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126085 is #ED9F7A. Grayscale: #4C4C4C. Windows color (decimal): -15572859 or 8740882. OLE color: 8740882.

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

Color convert

RGB 18 96 133 -
CMYK 0.86 0.28 0 0.48
HSL 199.3º 0.76% 0.3% -
HSV(B) 199.3º 0.86% 0.52% -
XYZ 8.67 10.19 23.7 -
YUV 76.9 159.66 85.99 -
System Red Green Blue C M Y K H S L
Decimal 18 96 133 0.86 0.28 0 0.48 199.3 0.76 0.3
Hex 12 60 85 56 1C 0 30 C7 4C 1E
Octal 22 140 205 126 34 0 60 307 114 36
Binary 10010 1100000 10000101 1010110 11100 0 110000 11000111 1001100 11110

Color Harmonies of #126085

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126085

Black with #126085

Text Example


Text Example

White with #126085

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126085; }

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

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

background-color css

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

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

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

border-color css

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

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

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