#126383

Color #126383 Allports (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Allports #126383

Tints of Allports #126383

Color information

#126383 (or 0x126383) is unknown color: approx Allports. HEX triplet: 12, 63 and 83. RGB value is (18,99,131). Sum of RGB (Red+Green+Blue) = 18+99+131=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 99 (39.06% from 255 or 39.92% from 248); Blue value is 131 (51.56% from 255 or 52.82% from 248); Max value from RGB is 131 - color contains mainly: blue. Hex color #126383 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #126383 is #ED9C7C. Grayscale: #4E4E4E. Windows color (decimal): -15572093 or 8610578. OLE color: 8610578.

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

Color convert

RGB1899131-
CMYK0.860.2400.49
HSL196.99º75.84%29.22%-
HSV(B)196.99º86.26%51.37%-
XYZ8.8110.6923.07-
YUV78.43157.6684.9-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.26%
GREEN value IS 99 (39.06% from 255) = 39.92%
BLUE value IS 131 (51.56% from 255) = 52.82%
R=7.26%
G=39.92%
B=52.82%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal18991310.860.2400.49196.9975.8429.22
Hex1263835618031c54c1d
Octal221432031263006130511435
Binary10010110001110000011101011011000011000111000101100110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #126383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #126383; }

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

 H1.HeaderClassName
 {
   color: #126383;
 }
 .AnyTagClassName
 {
   color: #126383;
 }
</style>
background-color css

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

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

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

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

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

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