#12638A

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

Shades of Allports #12638A

Tints of Allports #12638A

Color information

#12638A (or 0x12638A) is unknown color: approx Allports. HEX triplet: 12, 63 and 8A. RGB value is (18,99,138). Sum of RGB (Red+Green+Blue) = 18+99+138=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 99 (39.06% from 255 or 38.82% from 255); Blue value is 138 (54.30% from 255 or 54.12% from 255); Max value from RGB is 138 - color contains mainly: blue. Hex color #12638A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12638A is #ED9C75. Grayscale: #4E4E4E. Windows color (decimal): -15572086 or 9069330. OLE color: 9069330.

HSL color Cylindrical-coordinate representation of color #12638A: hue angle of 199.5º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #12638A is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1899138-
CMYK0.870.2800.46
HSL199.5º76.92%30.59%-
HSV(B)199.5º86.96%54.12%-
XYZ9.310.8925.66-
YUV79.23161.1684.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.06%
GREEN value IS 99 (39.06% from 255) = 38.82%
BLUE value IS 138 (54.30% from 255) = 54.12%
R=7.06%
G=38.82%
B=54.12%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18991380.870.2800.46199.576.9230.59
Hex12638A571C02Ec84d1f
Octal221432121273405631011537
Binary10010110001110001010101011111100010111011001000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12638A; }

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

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

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

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

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

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

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

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