Html Css Color HEX #126783 Allports

📋 copy color: '#126783'

red 18 ◦ green 103 ◦ blue 131

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

Shades of Allports #126783

Tints of Allports #126783

RGB

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

 GREEN value IS 103 (40.63% from 255) = 40.87%

 BLUE value IS 131 (51.56% from 255) = 51.98%

R = 7.14%
G = 40.87%
B = 51.98%

CMYK

 C value IS 0.86

 M value IS 0.21

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#126783 (or 0x126783) is known color: Allports. HEX triplet: 12, 67 and 83. RGB value is (18,103,131). Sum of RGB (Red+Green+Blue) = 18+103+131=252 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.14% from 252); Green value is 103 (40.62% from 255 or 40.87% from 252); Blue value is 131 (51.56% from 255 or 51.98% from 252); Max value from RGB is 131 - color contains mainly: blue. Hex color #126783 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126783 is #ED987C. Grayscale: #505050. Windows color (decimal): -15571069 or 8611602. OLE color: 8611602.

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

Color convert

RGB 18 103 131 -
CMYK 0.86 0.21 0 0.49
HSL 194.87º 0.76% 0.29% -
HSV(B) 194.87º 0.86% 0.51% -
XYZ 9.2 11.47 23.2 -
YUV 80.78 156.34 83.22 -
System Red Green Blue C M Y K H S L
Decimal 18 103 131 0.86 0.21 0 0.49 194.87 0.76 0.29
Hex 12 67 83 56 15 0 31 C3 4C 1D
Octal 22 147 203 126 25 0 61 303 114 35
Binary 10010 1100111 10000011 1010110 10101 0 110001 11000011 1001100 11101

Color Harmonies of #126783

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #126783

Black with #126783

Text Example


Text Example

White with #126783

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #126783; }

 p { color: rgb(18,103,131); }

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

background-color css

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

 a { background-color: rgb(18,103,131); }

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

border-color css

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

 span { border-color: rgb(18,103,131); }

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