Html Css Color HEX #126682 Allports

📋 copy color: '#126682'

red 18 ◦ green 102 ◦ blue 130

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

Shades of Allports #126682

Tints of Allports #126682

RGB

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

 GREEN value IS 102 (40.23% from 255) = 40.8%

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

R = 7.2%
G = 40.8%
B = 52%

CMYK

 C value IS 0.86

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#126682 (or 0x126682) is known color: Allports. HEX triplet: 12, 66 and 82. RGB value is (18,102,130). Sum of RGB (Red+Green+Blue) = 18+102+130=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 102 (40.23% from 255 or 40.8% from 250); Blue value is 130 (51.17% from 255 or 52% from 250); Max value from RGB is 130 - color contains mainly: blue. Hex color #126682 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126682 is #ED997D. Grayscale: #4F4F4F. Windows color (decimal): -15571326 or 8545810. OLE color: 8545810.

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

Color convert

RGB 18 102 130 -
CMYK 0.86 0.22 0 0.49
HSL 195º 0.76% 0.29% -
HSV(B) 195º 0.86% 0.51% -
XYZ 9.03 11.24 22.81 -
YUV 80.08 156.17 83.72 -
System Red Green Blue C M Y K H S L
Decimal 18 102 130 0.86 0.22 0 0.49 195 0.76 0.29
Hex 12 66 82 56 16 0 31 C3 4C 1D
Octal 22 146 202 126 26 0 61 303 114 35
Binary 10010 1100110 10000010 1010110 10110 0 110001 11000011 1001100 11101

Color Harmonies of #126682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126682

Black with #126682

Text Example


Text Example

White with #126682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126682; }

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

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

background-color css

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

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

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

border-color css

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

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

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