Html Css Color HEX #126485 Allports

📋 copy color: '#126485'

red 18 ◦ green 100 ◦ blue 133

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

Shades of Allports #126485

Tints of Allports #126485

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.84%

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

R = 7.17%
G = 39.84%
B = 52.99%

CMYK

 C value IS 0.86

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#126485 (or 0x126485) is known color: Allports. HEX triplet: 12, 64 and 85. RGB value is (18,100,133). Sum of RGB (Red+Green+Blue) = 18+100+133=251 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.17% from 251); Green value is 100 (39.45% from 255 or 39.84% from 251); Blue value is 133 (52.34% from 255 or 52.99% from 251); Max value from RGB is 133 - color contains mainly: blue. Hex color #126485 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126485 is #ED9B7A. Grayscale: #4F4F4F. Windows color (decimal): -15571835 or 8741906. OLE color: 8741906.

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

Color convert

RGB 18 100 133 -
CMYK 0.86 0.25 0 0.48
HSL 197.22º 0.76% 0.3% -
HSV(B) 197.22º 0.86% 0.52% -
XYZ 9.04 10.94 23.82 -
YUV 79.24 158.33 84.32 -
System Red Green Blue C M Y K H S L
Decimal 18 100 133 0.86 0.25 0 0.48 197.22 0.76 0.3
Hex 12 64 85 56 19 0 30 C5 4C 1E
Octal 22 144 205 126 31 0 60 305 114 36
Binary 10010 1100100 10000101 1010110 11001 0 110000 11000101 1001100 11110

Color Harmonies of #126485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126485

Black with #126485

Text Example


Text Example

White with #126485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126485; }

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

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

background-color css

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

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

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

border-color css

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

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

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