#12627B

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

Shades of Allports #12627B

Tints of Allports #12627B

Color information

#12627B (or 0x12627B) is unknown color: approx Allports. HEX triplet: 12, 62 and 7B. RGB value is (18,98,123). Sum of RGB (Red+Green+Blue) = 18+98+123=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 98 (38.67% from 255 or 41.00% from 239); Blue value is 123 (48.44% from 255 or 51.46% from 239); Max value from RGB is 123 - color contains mainly: blue. Hex color #12627B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #12627B is #ED9D84. Grayscale: #4C4C4C. Windows color (decimal): -15572357 or 8086034. OLE color: 8086034.

HSL color Cylindrical-coordinate representation of color #12627B: hue angle of 194.29º degrees, saturation: 0.74, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #12627B is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB1898123-
CMYK0.850.2000.52
HSL194.29º74.47%27.65%-
HSV(B)194.29º85.37%48.24%-
XYZ8.1910.2920.29-
YUV76.9315485.97-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.53%
GREEN value IS 98 (38.67% from 255) = 41.00%
BLUE value IS 123 (48.44% from 255) = 51.46%
R=7.53%
G=41.00%
B=51.46%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal18981230.850.2000.52194.2974.4727.65
Hex12627B5514034c24a1c
Octal221421731252406430211234
Binary1001011000101111011101010110100011010011000010100101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12627B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12627B; }

 p { color: rgb(18,98,123); }

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

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

 a { background-color: rgb(18,98,123); }

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

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

 span { border-color: rgb(18,98,123); }

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