#12618A

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

Shades of Allports #12618A

Tints of Allports #12618A

Color information

#12618A (or 0x12618A) is unknown color: approx Allports. HEX triplet: 12, 61 and 8A. RGB value is (18,97,138). Sum of RGB (Red+Green+Blue) = 18+97+138=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 138 (54.30% from 255 or 54.55% from 253); Max value from RGB is 138 - color contains mainly: blue. Hex color #12618A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #12618A is #ED9E75. Grayscale: #4D4D4D. Windows color (decimal): -15572598 or 9068818. OLE color: 9068818.

HSL color Cylindrical-coordinate representation of color #12618A: hue angle of 200.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 #12618A is Cyan = 0.87, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB1897138-
CMYK0.870.3000.46
HSL200.5º76.92%30.59%-
HSV(B)200.5º86.96%54.12%-
XYZ9.1110.5125.59-
YUV78.05161.8385.17-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 7.11%
GREEN value IS 97 (38.28% from 255) = 38.34%
BLUE value IS 138 (54.30% from 255) = 54.55%
R=7.11%
G=38.34%
B=54.55%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal18971380.870.3000.46200.576.9230.59
Hex12618A571E02Ec84d1f
Octal221412121273605631011537
Binary10010110000110001010101011111110010111011001000100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12618A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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