Html Css Color HEX #126082 Allports

📋 copy color: '#126082'

red 18 ◦ green 96 ◦ blue 130

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

Shades of Allports #126082

Tints of Allports #126082

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 53.28%

R = 7.38%
G = 39.34%
B = 53.28%

CMYK

 C value IS 0.86

 M value IS 0.26

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#126082 (or 0x126082) is known color: Allports. HEX triplet: 12, 60 and 82. RGB value is (18,96,130). Sum of RGB (Red+Green+Blue) = 18+96+130=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 96 (37.89% from 255 or 39.34% from 244); Blue value is 130 (51.17% from 255 or 53.28% from 244); Max value from RGB is 130 - color contains mainly: blue. Hex color #126082 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126082 is #ED9F7D. Grayscale: #4C4C4C. Windows color (decimal): -15572862 or 8544274. OLE color: 8544274.

HSL color Cylindrical-coordinate representation of color #126082: hue angle of 198.21º degrees, saturation: 0.76, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #126082 is Cyan = 0.86, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 18 96 130 -
CMYK 0.86 0.26 0 0.49
HSL 198.21º 0.76% 0.29% -
HSV(B) 198.21º 0.86% 0.51% -
XYZ 8.46 10.11 22.62 -
YUV 76.55 158.16 86.24 -
System Red Green Blue C M Y K H S L
Decimal 18 96 130 0.86 0.26 0 0.49 198.21 0.76 0.29
Hex 12 60 82 56 1A 0 31 C6 4C 1D
Octal 22 140 202 126 32 0 61 306 114 35
Binary 10010 1100000 10000010 1010110 11010 0 110001 11000110 1001100 11101

Color Harmonies of #126082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126082

Black with #126082

Text Example


Text Example

White with #126082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126082; }

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

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

background-color css

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

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

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

border-color css

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

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

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